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

recipes/gui/libgee/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: libgee
pkgver: '0.20.8'
pkgrel: '1'
pkgdesc: 'GObject collection library (legacy)'
url: 'https://www.gnome.org/'
arch: x86_64
license:
- 'LGPL2.1'

depends: []
makedepends:
- glib
- 'gobject-introspection'
- vala

source:
- 'https://download.gnome.org/sources/libgee/0.20/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

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