New package: ls++-git-20130829
This commit is contained in:
parent
3b50bb463c
commit
659d5265ed
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue