void-packages/srcpkgs/hsb2hs/template
2018-01-02 18:25:55 +01:00

19 lines
566 B
Bash

# Template file for 'hsb2hs'
pkgname=hsb2hs
version=0.3.1
revision=6
build_style=haskell-stack
stackage="lts-10.2"
short_desc="Preprocesses a file, adding blobs from files as string literals"
maintainer="Leah Neukirchen <leah@vuxu.org>"
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_files="/usr/bin/hsb2hs"
post_install() {
vlicense LICENSE
}