16 lines
508 B
Bash
16 lines
508 B
Bash
# Template file for 'xob'
|
|
pkgname=xob
|
|
version=0.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libconfig-devel"
|
|
short_desc="Lightweight overlay bar for the X Window System"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/florentc/xob"
|
|
distfiles="https://github.com/florentc/xob/archive/v${version}.tar.gz"
|
|
checksum=751d148fdf2bfa4779f05afa22673653b3475ab0418d4803162d2e4a3097f896
|
|
|
|
LDFLAGS="-lX11 -lconfig"
|