🔒 Repository is read-only – file editing is disabled.

recipes/utils/libqalculate/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: libqalculate
pkgver: '5.12.0'
pkgrel: '1'
pkgdesc: Multi-purpose desktop calculator
url: 'https://qalculate.github.io'
arch: x86_64
depends: []
makedepends:
- intltool
- icu
- doxygen
- libxml2
- curl
- mpfr
source:
- 'https://github.com/Qalculate/libqalculate/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 85a17abe83461f1b9a1eba15b4bf610363c772bf886aa9cb743e9b6d1002c46d
build: |
  cd ${pkgname}-${pkgver}
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true