mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
fnott: new port, Keyboard driven and lightweight Wayland notification daemon
This commit is contained in:
1
main/fnott/.checksums
Normal file
1
main/fnott/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
c5f884031e6f1d47438b3349062b0d4c fnott-1.4.1.tar.gz
|
||||
20
main/fnott/.pkgfiles
Normal file
20
main/fnott/.pkgfiles
Normal file
@@ -0,0 +1,20 @@
|
||||
fnott-1.4.1-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/fnott
|
||||
-rwxr-xr-x root/root usr/bin/fnottctl
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/fnott.desktop
|
||||
drwxr-xr-x root/root usr/share/fnott/
|
||||
-rw-r--r-- root/root usr/share/fnott/fnott.ini
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/fnott.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/fnottctl.1.gz
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/fnott.ini.5.gz
|
||||
drwxr-xr-x root/root usr/share/zsh/
|
||||
drwxr-xr-x root/root usr/share/zsh/site-functions/
|
||||
-rw-r--r-- root/root usr/share/zsh/site-functions/_fnott
|
||||
-rw-r--r-- root/root usr/share/zsh/site-functions/_fnottctl
|
||||
14
main/fnott/spkgbuild
Normal file
14
main/fnott/spkgbuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# description : Keyboard driven and lightweight Wayland notification daemon
|
||||
# homepage : https://codeberg.org/dnkl/fnott
|
||||
# depends : dbus fcft wlroots meson tllist scdoc
|
||||
|
||||
name=fnott
|
||||
version=1.4.1
|
||||
release=1
|
||||
source="$name-$version.tar.gz::https://codeberg.org/dnkl/fnott/archive/$version.tar.gz"
|
||||
|
||||
build() {
|
||||
venom-meson $name build
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install --no-rebuild -C build
|
||||
}
|
||||
Reference in New Issue
Block a user