gdritter repos void-extra-packages / master srcpkgs / charter / template
master

Tree @master (Download .tar.gz)

template @masterraw · history · blame

# 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}
}