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
2022-07-19 05:55:00 +02:00

22 lines
536 B
Plaintext

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=root-enter
pkgver=8
pkgrel=0
pkgdesc="enter chroot with mounts"
url="https://git.ddd.rip/ptrcnull/ptrcports"
arch="noarch"
license="BSD-2-Clause"
depends="execline"
source="enter"
builddir="$srcdir"
options="!check"
package() {
install -Dm755 enter "$pkgdir"/usr/bin/enter
}
sha512sums="
f56564992dfdc84fade1e60fd94d6c377c400ad5c19aedd45e53bee7445a71b69d2c7ca2793c16a6a8f7e2dab761a86b93fcbefa7c55b45565a3a8394816b006 enter
"