hledger: update to 1.10.
This commit is contained in:
parent
12959233b2
commit
e9064aa99f
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'hledger'
|
# Template file for 'hledger'
|
||||||
pkgname=hledger
|
pkgname=hledger
|
||||||
version=1.5
|
version=1.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
|
stackage="lts-12.0"
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
short_desc="Simple, precise, plain text accounting"
|
short_desc="Simple, precise, plain text accounting"
|
||||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://hledger.org/"
|
homepage="http://hledger.org/"
|
||||||
makedepends="zlib-devel ncurses-devel"
|
makedepends="zlib-devel ncurses-devel"
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/simonmichael/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4a26ccc7a87a55f416cd166855c4215cfb9b1259d27752a4c736c91283e27e4b
|
checksum=460b7bfd91748abf1cd501471c983e99323f31f4b0bb43b02eab777ad465d8c2
|
||||||
nopie_files="/usr/bin/hledger"
|
nopie_files="/usr/bin/hledger"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue