void-packages/srcpkgs/hsb2hs/template
2015-09-14 16:14:41 +02:00

18 lines
558 B
Bash

# Template file for 'hsb2hs'
pkgname=hsb2hs
version=0.3.1
revision=2
nocross=yes
build_style=haskell-stack
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() {
vlicense LICENSE
}