# Template file for 'charter'
pkgname=charter
version="$(date +%F | sed 's/-//g')"
revision=2
hostmakedepends="ghc cabal-install git"
build_style="haskell-cabal"
short_desc="Project template initializer for Haskell"
maintainer="Getty Ritter <charter-pkg@infinitenegativeutility.com>"
license="BSD"
homepage="https://github.com/aisamanra/charter"
nopie="yes"
do_fetch() {
git clone https://github.com/aisamanra/charter.git ${wrksrc}
}