aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/swaylock/abuild
blob: 18475db81b4dbb4b3f8024f7ce53b463e65c2aeb (plain)
1
2
3
4
5
6
7
8
9
name=swaylock
version=1.8.5
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
}