void-packages/srcpkgs/hsb2hs/template

18 lines
558 B
Bash
Raw Normal View History

2015-08-15 17:16:05 +00:00
# Template file for 'hsb2hs'
pkgname=hsb2hs
version=0.3.1
revision=2
2015-08-15 17:16:05 +00:00
nocross=yes
build_style=haskell-stack
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
post_install() {
2015-08-15 17:16:05 +00:00
vlicense LICENSE
}