#Packager: George Vlahavas pkgname=xroma pkgver=0.2 pkgrel=1gv source=("https://github.com/gapan/xroma/archive/refs/tags/$pkgver.tar.gz") docs=("readme.md" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/gapan/xroma slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xroma (get color information of a pixel on the screen)" "xroma is a simple command-line tool for retrieving and displaying the" "color information of a pixel on the screen. It utilizes the Xlib" "library to interact with the X Window System. It can output color" "information in RGB values or HEX values." ) build() { cd $startdir/src/$pkgname-$pkgver make -j $numjobs || return 1 make install PREFIX=/usr DESTDIR=$startdir/pkg }