hledger: update to 1.4.
This commit is contained in:
parent
62358f2875
commit
7f74d153e5
@ -1,6 +1,6 @@
|
||||
# Template file for 'hledger'
|
||||
pkgname=hledger
|
||||
version=1.3
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=haskell-stack
|
||||
nocross=yes # Can't yet cross compile Haskell
|
||||
@ -11,9 +11,13 @@ homepage="http://hledger.org/"
|
||||
makedepends="zlib-devel ncurses-devel"
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum="be2e22695d4debd2ff4ab82bd5671dbdc26d22bf2438d726a325021fffc81857"
|
||||
checksum=7ee318661773e84e56943e12074f612fa597acc789202c0c5b9b5f13110ef0ed
|
||||
nopie=yes # network-2.6.3.1 build fails with a relocation
|
||||
|
||||
post_extract() {
|
||||
cp stack8.0.yaml stack.yaml
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman hledger/doc/hledger.1
|
||||
for manpage in hledger/doc/other/*.5; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user