# Template file for 'fakechroot' pkgname=fakechroot version=2.17.1 revision=2 build_style=gnu-configure configure_args="--disable-static --sbindir=/usr/bin" conf_files=" /etc/fakechroot/chroot.env /etc/fakechroot/debootstrap.env /etc/fakechroot/rinse.env" short_desc="Gives a fake chroot environment" maintainer="Juan RP " homepage="https://github.com/dex4er/fakechroot" license="LGPL-2.1" do_fetch() { git clone -b ${version} git://github.com/dex4er/fakechroot ${pkgname}-${version} }