New package: slcp-0.2

This commit is contained in:
Duncan Overbruck 2015-01-28 15:26:19 +01:00
parent 970799022d
commit d2374d08f4

16
srcpkgs/slcp/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'slcp'
pkgname=slcp
version=0.2
revision=1
build_style=gnu-makefile
makedepends="libgit2-devel"
short_desc="Simple shell prompt written in C"
maintainer="Duncan Overbruck <mail@duncano.de>"
license="THE BEER-WARE LICENSE (Revision 42)"
homepage="https://github.com/schachmat/slcp"
distfiles="https://github.com/schachmat/slcp/archive/${version}.tar.gz"
checksum=a26e56832e37dbf1c7b776ddb137e422c987c19330575708a5945697e08e7cfe
post_install() {
vlicense LICENSE
}