classabbyamp 4d6972e024
*: orphan shizonic's packages
inactive as a maintainer for 3 years
2025-02-11 08:43:41 -05:00

24 lines
745 B
Bash

# Template file for 'yabar'
pkgname=yabar
version=0.4.0
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="VERSION=$version"
hostmakedepends="pkg-config glib-devel asciidoc"
makedepends="alsa-lib-devel gdk-pixbuf-devel libconfig-devel pango-devel xcb-util-wm-devel"
short_desc="Modern and lightweight status bar for X window managers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/geommer/yabar"
distfiles="https://github.com/geommer/${pkgname}/archive/${version}.tar.gz"
checksum=f8cc613413328af78944ccb8063a5ba8e6be11797a883c419876e973e102fed0
post_install() {
vdoc README.md
vsconf examples/example.config
vsconf examples/internal1.config
vman doc/yabar.1
vlicense LICENSE
}