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
ptrcnull 7575924303 enter-repo: upgrade to 3
quote command line parameters correctly
2022-04-26 02:06:07 +02:00

19 lines
498 B
Text

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=root-enter
pkgver=3
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
"