void-packages/srcpkgs/hsb2hs/template

20 lines
587 B
Bash
Raw Normal View History

2015-08-15 17:16:05 +00:00
# Template file for 'hsb2hs'
pkgname=hsb2hs
version=0.3.1
2016-09-20 14:41:22 +00:00
revision=4
build_style=haskell-stack
2016-09-20 14:41:22 +00:00
stackage="lts-7.0"
2015-08-15 17:16:05 +00:00
hostmakedepends="ghc stack"
short_desc="Preprocesses a file, adding blobs from files as string literals"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="3-clause-BSD"
homepage="https://hackage.haskell.org/package/hsb2hs"
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=8ad800820554f273ada083dfce2f463d920fb1ceb053255023a4c883b090f9d8
nocross=yes
nopie=yes
2015-08-15 17:16:05 +00:00
post_install() {
2015-08-15 17:16:05 +00:00
vlicense LICENSE
}