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

recipes/utils/confuse/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: confuse
pkgver: '3.4'
pkgrel: '1'
pkgdesc: 'C-library for parsing configuration files'
url: 'https://github.com/martinh/libconfuse'
arch: x86_64
depends: []
makedepends:
- git
- automake
- libtool

source:
- 'https://github.com/martinh/libconfuse.git'

sha256sums:
- SKIP

build: |
  cd libconfuse
    autoreconf -vfi
  ./configure --prefix=/usr --enable-shared

  make

  make DESTDIR=${PKGDIR} install

  # Obsolet lib

  rm -f ${PKGDIR}/usr/lib/libconfuse.la

package: |
  true