diff options
Diffstat (limited to 'repos/extra/dunst/abuild')
| -rw-r--r-- | repos/extra/dunst/abuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild new file mode 100644 index 00000000..ce13a75c --- /dev/null +++ b/repos/extra/dunst/abuild @@ -0,0 +1,6 @@ +name=dunst +version=1.12.2 +release=1 +source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" +[ -f $SPM_PKGDB/libx11 ] || export X11=0 +[ -f $SPM_PKGDB/wayland ] || export WAYLAND=0 |