ledger: fix license and change maintainer

This commit is contained in:
Daniel Santana 2018-05-27 16:18:31 -03:00 committed by Enno Boland
parent 47af8086d6
commit 65cef5679c
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'ledger'
pkgname=ledger
version=3.1.1
revision=6
revision=7
build_style=cmake
maintainer="Orphaned <orphan@voidlinux.eu>"
maintainer="Daniel Santana <daniel@santana.tech>"
makedepends="boost-devel gmp-devel mpfr-devel gettext-devel libedit-devel"
license="BSD"
license="BSD-3-Clause"
homepage="http://www.ledger-cli.org/"
short_desc="A powerful, double-entry accounting system that is accessed from the UNIX command-line"
distfiles="https://github.com/ledger/${pkgname}/archive/v${version}.tar.gz"
@ -20,6 +20,7 @@ post_install() {
mkdir -p ${DESTDIR}/usr/share/emacs/
mv lisp ${DESTDIR}/usr/share/emacs/site-lisp
rm -f ${DESTDIR}/usr/share/emacs/site-lisp/CMakeLists.txt
vlicense LICENSE.md
}
libledger_package() {