🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: 'xdg-su'
pkgver: '1.2.3'
pkgrel: '3'
pkgdesc: 'Run a program as root with the most environment appropriate available graphical authentication agent'
url: 'https://github.com/tarakbumba/xdg-su'
arch: x86_64
depends: []
makedepends:
- links
- xmlto
- 'docbook-xsl'
source:
- 'https://github.com/tarakbumba/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd "./${pkgname}-${pkgname}-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR="${PKGDIR}" install
install -D -m644 LICENSE "${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE"
package: |
true