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

recipes/utils/libxdg-basedir/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'libxdg-basedir'
pkgver: '1.2.3'
pkgrel: '2'
pkgdesc: 'An implementation of the XDG Base Directory specifications.'
url: 'https://github.com/devnev/libxdg-basedir'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- libtool
- sed
- grep

source:
- 'https://github.com/devnev/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed -i "577 s/fallbacklength/fallbacklength+1/" src/basedir.c
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true