# Contributor: Sören Tempel # Maintainer: Natanael Copa pkgname=debootstrap pkgver=1.0.96 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="https://packages.qa.debian.org/d/debootstrap.html" arch="noarch" license="GPL-2.0" options="!check" # upstream doesn't have a test suite depends="debian-archive-keyring dpkg tar" makedepends="" subpackages="$pkgname-doc" source="http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver package() { cd "$builddir" make DESTDIR="$pkgdir" install install -Dm644 $pkgname.8 \ "$pkgdir"/usr/share/man/man8/$pkgname.8 } sha512sums="b423503aba5d1faae6ccfb5b5c0a0e19c6f0e2044464f3d32957f2bf8f4dbd98f185f6516a4781f85f000ae63d3472fb91750ca043027f284c08f248bb9d62d1 debootstrap_1.0.96.tar.gz"