This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/ptrcbuild-base/APKBUILD
2022-07-23 01:38:28 +02:00

34 lines
607 B
Plaintext

# Maintainer: psykose <alice@ayaya.dev>
pkgname=ptrcbuild-base
pkgver=2
pkgrel=0
pkgdesc="Sets up a build environment on install"
url="?"
arch="noarch"
license="ISC"
install="$pkgname.post-install"
source="build.doas.conf"
builddir="$srcdir"
options="!check"
package() {
depends="
alpine-sdk
doas
execline
openssl
s6
s6-networking
s6-portable-utils
nano
vim
"
install -Dm600 build.doas.conf \
-t "$pkgdir"/etc/doas.d/
}
sha512sums="
81c017dc5a86971467b926772fbfb67197a2d88c65a56527d4bcadcb7748f6daddb2c0072da3f5aef2d36e07c3800c972328c5cfabeb0fa47b1e5bc58f56d0d5 build.doas.conf
"