Merge pull request #937 from Duncaen/slcp

New package: slcp-0.2
This commit is contained in:
Juan RP 2015-01-28 16:50:33 +01:00
commit a01992585b

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
}