ptrcports/root-enter/APKBUILD

21 lines
518 B
Text
Raw Normal View History

2022-04-25 23:10:13 +00:00
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=root-enter
pkgver=10
2022-04-25 23:10:13 +00:00
pkgrel=0
pkgdesc="enter chroot with mounts"
url="https://git.ddd.rip/ptrcnull/ptrcports"
arch="noarch"
license="BSD-2-Clause"
source="enter"
2022-07-19 03:31:00 +00:00
builddir="$srcdir"
2022-04-25 23:10:13 +00:00
options="!check"
package() {
install -Dm755 enter "$pkgdir"/usr/bin/enter
}
sha512sums="
2023-04-28 03:21:49 +00:00
f573f95bf93486f3417e0adfebdabc3a50f8dd7dd16489f3367fc32c93e187ea41daa19b86a17d73a913ddcfb10d1f8cd5b32b1bb376f6ff152e1ae8d2f7e18f enter
2022-04-25 23:10:13 +00:00
"