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

recipes/utils/augeas/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: augeas
pkgver: '1.14.1'
pkgrel: '3'
pkgdesc: 'A configuration editing tool that parses config files and transforms them into a tree'
url: 'https://augeas.net'
arch: x86_64
depends: []
makedepends:
- libxml2
- readline

source:
- 'https://github.com/hercules-team/augeas/releases/download/release-${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

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

  make DESTDIR=${PKGDIR} install

package: |
  true