Added fedora package to the list of packages

This commit is contained in:
Scoopta 2020-03-03 17:26:17 -08:00
parent a672361d65
commit dc166e1381
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,8 @@ Arch has an AUR package for the current tip https://aur.archlinux.org/packages/w
NixOS has a packge in unstable https://nixos.org/nixos/packages.html?attr=wofi&channel=nixos-unstable&query=wofi NixOS has a packge in unstable https://nixos.org/nixos/packages.html?attr=wofi&channel=nixos-unstable&query=wofi
Void Linux also has a package Void Linux also has a package
Fedora has a package in COPR https://copr.fedorainfracloud.org/coprs/wef/wofi/ there is also an official package https://src.fedoraproject.org/rpms/wofi but it's currently v1.0
## Documentation ## Documentation
The official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html The official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html

View File

@ -1,4 +1,4 @@
project('wofi', 'c', version : 'v1.1', default_options : ['buildtype=release', 'warning_level=2']) project('wofi', 'c', version : 'hg', default_options : ['buildtype=release', 'warning_level=2'])
cc = meson.get_compiler('c') cc = meson.get_compiler('c')
inc = include_directories('inc') inc = include_directories('inc')