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 93a4251b44 root-enter: upgrade to 5
more bugs less features
2022-05-04 01:46:24 +02:00

19 lines
498 B
Text

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