mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
void-installer: revbump for some minor fixes.
This commit is contained in:
parent
cb82d46909
commit
9d5f49041f
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,7 @@
|
||||||
# Template file for 'void-installer'
|
# Template file for 'void-installer'
|
||||||
pkgname=void-installer
|
pkgname=void-installer
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=1
|
revision=2
|
||||||
nofetch=yes
|
|
||||||
noextract=yes
|
|
||||||
noarch=yes
|
|
||||||
makedepends="git"
|
|
||||||
fulldepends="dialog"
|
|
||||||
short_desc="The Void Linux installer"
|
short_desc="The Void Linux installer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://voidlinux.github.com"
|
homepage="https://voidlinux.github.com"
|
||||||
|
@ -14,6 +9,12 @@ license="Simplified BSD"
|
||||||
long_desc="
|
long_desc="
|
||||||
The Void Linux installer - a dialog based and simple installer."
|
The Void Linux installer - a dialog based and simple installer."
|
||||||
|
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
noarch=yes
|
||||||
|
makedepends="git"
|
||||||
|
fulldepends="dialog"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/voidlinux/void-installer"
|
local url="git://github.com/voidlinux/void-installer"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue