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

recipes/gui/libspectre/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: libspectre
pkgver: '0.2.12'
pkgrel: '2'
pkgdesc: 'library for the made of documents postscript'
url: 'https://libspectre.freedesktop.org/wiki/'
arch: x86_64
depends: []
makedepends:
- ghostscript

source:
- 'https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --disable-static
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libspectre.la