summaryrefslogtreecommitdiff
path: root/xorg-xcb-util-xrm/Pkgfile
blob: b4f01efcc9cc31312544bc0ac883d71aaf28da5c (plain)
    1 # Description: XCB utility functions for the X resource manager
    2 # URL: https://github.com/Airblader/xcb-util-xrm
    3 # Maintainer: Matt Housh, jaeger at crux dot ninja
    4 # Depends on: xorg-xcb-util xorg-libx11
    5 
    6 name=xorg-xcb-util-xrm
    7 version=1.3
    8 release=1
    9 source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${version}/xcb-util-xrm-${version}.tar.bz2)
   10 
   11 build() {
   12 	cd xcb-util-xrm-${version}
   13 	./configure --prefix=/usr
   14 	make
   15 	make DESTDIR=$PKG install
   16 }

Generated by cgit