void-packages/srcpkgs/void-installer/template

24 lines
492 B
Plaintext

# Template file for 'void-installer'
pkgname=void-installer
version=20130312
revision=2
short_desc="The Void Linux installer"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.voidlinux.eu"
license="Simplified BSD"
nofetch=yes
noextract=yes
noarch=yes
fulldepends="dialog"
do_fetch() {
local url="git://github.com/voidlinux/void-installer"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
do_install() {
make DESTDIR=$DESTDIR install
}