removed community/gnucassh-docs

This commit is contained in:
Kevin Mihelich 2023-02-05 00:45:03 +00:00
parent dd7c7f7cd1
commit f1c1b9c23c

View file

@ -1,37 +0,0 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# remove when bumped upstream
pkgname=gnucash-docs
pkgver=4.12
pkgrel=1
pkgdesc='Documentation for GnuCash'
arch=('any')
url='https://gnucash.org/docs.phtml'
license=('FDL')
depends=('yelp')
makedepends=('cmake')
source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
sha256sums=('004ca6976c7b7c4a946ac1d723d2e758e6e07a288d76c2719026a5e8b68b63ab')
prepare() {
cd $pkgname-$pkgver
mkdir build
}
build() {
cd $pkgname-$pkgver/build
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
..
make
}
package() {
cd $pkgname-$pkgver/build
make DESTDIR="${pkgdir}" install
}