opt/libxkbcommon/Pkgfile
2019-04-14 21:12:07 +10:00

21 lines
393 B
Plaintext

# Description: A library to handle keyboard descriptions.
# URL: https://xkbcommon.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: xkeyboard-config
name=libxkbcommon
version=0.8.4
release=1
source=(https://xkbcommon.org/download/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-docs
make
make DESTDIR=$PKG install
}