🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536
pkgname: gwenhywfar
pkgver: '5.14.1'
pkgrel: '2'
pkgdesc: 'OS abstraction functions for various projects'
url: 'https://www.aquamaniac.de/rdm/'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- gnutls
- libgcrypt
- openssl
- gtk3
source:
- 'https://www.aquamaniac.de/rdm/attachments/download/630/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
GPGRT_CONFIG="/usr/bin/gpgrt-config" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-system-certs \
--with-guis="gtk3"
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true