lee191022/test-httpd

Project ID: 37857

Module #235950

General Information

Status:
succeeded - Successfully built.
Name:
dwm
Stream:
master
Version:
20201216014727
License:
Summary:
Dynamic window manager for X

Filter

    No packages in module's filter

API

    No packages in module's API

Profiles

  • default
    • dwm
  • user
    • dwm
    • dwm-user

How to use

To start using modules, you need to have DNF with modularity support (the dnf module command, should work on Fedora and RHEL 8+). See the "Module Command" section in man dnf.

Please install related repo file into /usr/yum.repos.d/ directory on your system:
custom-1

Raw

Modulemd

You may want to use this modulemd as a template and then submit it via Copr API or copr-cli to be build.

---
document: modulemd
version: 2
data:
  name: dwm
  stream: master
  version: 20201216014727
  summary: Dynamic window manager for X
  description: >-
    dwm is a dynamic window manager for X.  It manages windows in tiled, monocle,
    and floating layouts.  All of the layouts can be applied dynamically, optimizing
    the environment for the application in use and the task performed.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      platform: [f32]
    requires:
      platform: []
  references:
    community: https://suckless.org/
    documentation: https://dwm.suckless.org/
  profiles:
    default:
      description: The minimal, distribution-compiled dwm binary.
      rpms:
      - dwm
    user:
      description: Includes distribution-compiled dwm as well as a helper script to
        apply user patches and configuration, dwm-user.
      rpms:
      - dwm
      - dwm-user
  api:
    rpms:
    - dwm
    - dwm-user
  components:
    rpms:
      dwm:
        rationale: The main component of this module.
        ref: 6.2
...

No Builds in This Project

Click on the New Build button to submit your first build.

You can also set up automatic builds directly from your git. This can be done on the Packages view.