2013-08-29 12:21:35 +00:00
|
|
|
# Template file for 'ls++-git'
|
|
|
|
pkgname=ls++-git
|
2014-05-31 11:14:37 +00:00
|
|
|
version=20140531
|
2013-11-04 19:21:09 +00:00
|
|
|
revision=1
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
2013-08-29 12:21:35 +00:00
|
|
|
build_style=perl-module
|
2013-11-23 09:26:51 +00:00
|
|
|
hostmakedepends="perl>=5.18"
|
2013-08-29 12:52:49 +00:00
|
|
|
makedepends="perl-Term-ExtendedColor"
|
2014-01-01 15:10:11 +00:00
|
|
|
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--"
|
2014-05-31 11:14:37 +00:00
|
|
|
provides="ls++-${version}_${revision}"
|
|
|
|
replaces="ls++>=0"
|
2013-08-29 12:21:35 +00:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
local url="git://github.com/trapd00r/ls--"
|
|
|
|
msg_normal "Fetching source from $url ...\n"
|
|
|
|
git clone ${url} ${pkgname}-${version}
|
|
|
|
}
|
|
|
|
|
2014-01-01 15:10:11 +00:00
|
|
|
post_install() {
|
|
|
|
vinstall ${wrksrc}/ls++.conf 644 etc
|
2013-08-29 12:21:35 +00:00
|
|
|
}
|