initial import
This commit is contained in:
26
xcb-util-xrm/PKGBUILD
Normal file
26
xcb-util-xrm/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=xcb-util-xrm
|
||||
pkgver=1.3
|
||||
pkgrel=2
|
||||
pkgdesc='XCB utility functions for the X resource manager'
|
||||
url='https://github.com/Airblader/xcb-util-xrm'
|
||||
arch=(i686 x86_64)
|
||||
license=(X11)
|
||||
depends=(xcb-util)
|
||||
makedepends=(xenocara-util-macros libx11)
|
||||
source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
|
||||
sha512sums=('d8a427ed6d1f1568ce58db9b89284e4fafcc7b7929c31bccf70e5ccd91f3f6cb9c87ff25c4e64d95b0c6215cfecde6c0ee2b3a18759817aea3169ba87602c5de')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user