void-packages/srcpkgs/ls++-git/template

25 lines
590 B
Text
Raw Normal View History

2013-08-29 12:21:35 +00:00
# Template file for 'ls++-git'
pkgname=ls++-git
version=20131123
2013-11-04 19:21:09 +00:00
revision=1
noarch="yes"
2013-08-29 12:21:35 +00:00
build_style=perl-module
hostmakedepends="perl>=5.18"
2013-08-29 12:52:49 +00:00
makedepends="perl-Term-ExtendedColor"
depends="perl-Term-ExtendedColor"
conf_files="/etc/ls++.conf"
2013-08-29 12:21:35 +00:00
short_desc="Colorized ls on steroids"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
homepage="https://github.com/trapd00r/ls--"
do_fetch() {
local url="git://github.com/trapd00r/ls--"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
vinstall ${wrksrc}/ls++.conf 644 etc
2013-08-29 12:21:35 +00:00
}