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