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/root-enter/APKBUILD

22 lines
536 B
Plaintext
Raw Permalink 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=8
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"
2022-07-19 03:31:00 +00:00
depends="execline"
2022-04-25 23:10:13 +00:00
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="
2022-07-19 21:50:38 +00:00
2c46100bb0c1a2a1b683d3e6070a970fcdd0bf688ccdfa3bcf4310b8f4ea0a69946a3a1b3cffec18af70eb09fb53a977a034318a7be4f103a864239880f4a1be enter
2022-04-25 23:10:13 +00:00
"