Added fedora package to the list of packages
This commit is contained in:
parent
a672361d65
commit
dc166e1381
@ -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
|
||||
|
||||
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
|
||||
The official documentation is provided by the man pages in this repository, sample styling can be found here https://cloudninja.pw/docs/wofi.html
|
||||
|
||||
|
@ -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')
|
||||
|
||||
inc = include_directories('inc')
|
||||
|
Loading…
Reference in New Issue
Block a user