new xorg-xcb-util-xrm port

This commit is contained in:
Alexander Zhirov 2024-03-24 22:13:48 +03:00
parent 7f50fbf9a4
commit 810bf33ccb
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Description: XCB utility functions for the X resource manager
# URL: https://github.com/Airblader/xcb-util-xrm
# Maintainer: Alexander Zhirov
# Depends on: xorg-xcb-util xorg-libx11
name=xorg-xcb-util-xrm
version=1.3
release=1
source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${version}/xcb-util-xrm-${version}.tar.bz2)
build() {
cd xcb-util-xrm-${version}
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}