🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233
pkgname: libproxy
pkgver: '0.5.12'
pkgrel: '1'
pkgdesc: 'Automatic proxy configuration management library'
url: 'https://libproxy.github.io/libproxy/'
arch: x86_64
license:
- 'LGPL-2.1-or-later'
depends:
- 'gsettings-desktop-schemas'
makedepends:
- git
- meson
- vala
- duktape
- 'gi-docgen'
- 'gobject-introspection'
source: []
sha256sums: []
build: |
git clone https://github.com/libproxy/libproxy
mv ${pkgname} ${pkgname}-${pkgver}
cd ${pkgname}-${pkgver}
git checkout ${pkgver}
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir
meson compile -C builddir
package: |
cd ${pkgname}-${pkgver}
DESTDIR="${PKGDIR}" meson install -C builddir