void-packages/srcpkgs/slcp/template
2015-01-28 15:27:55 +01:00

17 lines
485 B
Bash

# 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
}