aports/main/debootstrap/APKBUILD

26 lines
991 B
Text

# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=debootstrap
pkgver=1.0.139
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="https://packages.qa.debian.org/d/debootstrap.html"
arch="noarch"
license="MIT"
options="!check" # upstream doesn't have a test suite
depends="debian-archive-keyring dpkg perl tar"
subpackages="$pkgname-doc"
source="https://salsa.debian.org/installer-team/debootstrap/-/archive/$pkgver/debootstrap-$pkgver.tar.bz2
auto-detect-arch.patch
"
package() {
make DESTDIR="$pkgdir" install
install -Dm644 $pkgname.8 \
"$pkgdir"/usr/share/man/man8/$pkgname.8
}
sha512sums="
6bd91fa8246d0b31a46005c2f39baa3411a72cc69ff8a87e2ccb5fb2c0020b554cb583d46304bc6c1f1f73e98e393e3d6d53c121e08b29cc936ab62e68c386d5 debootstrap-1.0.139.tar.bz2
a349d9d8f5fe9e4ccb67d7206d5e87174722c0e0ee07405557662e94fb3c330a922f9cfe12bbd096103cbbe2146262ea300d9e1854f7fef77f4f1949984f5591 auto-detect-arch.patch
"