# Contributor: Sören Tempel # Maintainer: Natanael Copa pkgname=debootstrap pkgver=1.0.118 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 tar" subpackages="$pkgname-doc" source="http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_$pkgver.tar.gz" package() { make DESTDIR="$pkgdir" install install -Dm644 $pkgname.8 \ "$pkgdir"/usr/share/man/man8/$pkgname.8 } sha512sums="f7fe9cc06be6d50e95f568be5072c043089d421f0a8b420bd88a28efe8d0d9a9c849bf81873c6082e451f768d1e8017ec1cef060e9a4312eacbbde2e441ce78b debootstrap_1.0.118.tar.gz"