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

28 lines
624 B
Text
Raw Normal View History

2013-08-29 12:21:35 +00:00
# Template file for 'ls++-git'
pkgname=ls++-git
version=20130829
revision=2
2013-08-29 12:21:35 +00:00
build_style=perl-module
2013-08-29 12:52:49 +00:00
hostmakedepends="perl"
makedepends="perl-Term-ExtendedColor"
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}
}
ls++-git_package() {
depends="perl-Term-ExtendedColor"
conf_files="/etc/ls++.conf"
noarch="yes"
pkg_install() {
vinstall ${wrksrc}/ls++.conf 644 etc
2013-08-29 12:44:16 +00:00
vmove all
2013-08-29 12:21:35 +00:00
}
}