description="Script for install Debian in a folder"
url="https://salsa.debian.org/installer-team/debootstrap"

packager="Great-OS Team"
maintainer="rems"

name="debootstrap"
version="1.0.142"
release=2

source=(https://salsa.debian.org/installer-team/debootstrap/-/archive/$version/debootstrap-$version.tar.gz)

run=(perl)

build() {

cd $name-$version

make DESTDIR=$PKG install
}
