aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/swaylock/abuild
blob: 7ace8a7d82674f8db810c931987dde2ab9079f54 (plain)
1
2
3
4
5
6
7
8
9
name=swaylock
version=1.8.2
release=1
source="https://github.com/swaywm/${name}/releases/download/v${version}/${name}-${version}.tar.gz"
build_opt="-Dzsh-completions=false -Dbash-completions=false -Dfish-completions=false"

postbuild() {
	chmod a+s $PKG/usr/bin/swaylock
}