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

20 lines
498 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=3
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"
options="!check"
package() {
install -Dm755 enter "$pkgdir"/usr/bin/enter
}
sha512sums="
9a699e5a5282c6bb3aad29bede294308f159c35eaed65187053f37688dd2477a7e8f790c7c2e21950ffb823b9f401c2ef6da22751e9fbc4506ba917edb4ceecc enter
2022-04-25 23:10:13 +00:00
"