New package: ls++-git-20130829

This commit is contained in:
Ypnose 2013-08-29 14:21:35 +02:00
parent 3b50bb463c
commit 659d5265ed

25
srcpkgs/ls++-git/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'ls++-git'
pkgname=ls++-git
version=20130829
revision=1
build_style=perl-module
makedepends="perl perl-Term-ExtendedColor"
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() {
vmove usr
}
}