abuild (434B)
1 name=opendoas 2 version=6.8.2 3 release=2 4 source="https://github.com/Duncaen/OpenDoas/releases/download/v${version}/${name}-${version}.tar.xz 5 doas.conf 6 better-wayland-support.patch" 7 8 build() { 9 BINOWN="$(id -u)" \ 10 BINGRP="$(id -g)" \ 11 ./configure \ 12 --prefix=/usr \ 13 --with-shadow \ 14 --with-timestamp \ 15 --without-pam 16 make 17 make install 18 19 mkdir -p $PKG/etc 20 cp $SRC/doas.conf $PKG/etc 21 chmod 600 $PKG/etc/doas.conf 22 }