22 lines
557 B
Bash
22 lines
557 B
Bash
# Template file for 'tabbed'
|
|
pkgname=tabbed
|
|
version=0.8
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="freetype-devel"
|
|
makedepends="libX11-devel libXft-devel"
|
|
short_desc="Tab interface for application supporting Xembed"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://tools.suckless.org/tabbed/"
|
|
distfiles="http://dl.suckless.org/tools/tabbed-${version}.tar.gz"
|
|
checksum=95bdffccb071083068d2b555c2524e9c7c57c9b64494d46c697e678d49a0a3d7
|
|
|
|
pre_build() {
|
|
vsed -i 's|X11R6/||g' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|