void-installer: removed; functionality is provided by void-mklive.
This commit is contained in:
parent
5ba9dad99c
commit
59a5c8461e
1 changed files with 0 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
# 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
|
||||
makedepends="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
|
||||
}
|
||||
|
||||
void-installer_package() {
|
||||
depends="dialog"
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue