vp-build/srcpkgs/2bwm/template

29 lines
836 B
Bash

# Template file for '2bwm'
pkgname=2bwm
version=0.2
revision=1
build_style=gnu-makefile
makedepends="libxcb-devel xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-xrm-devel"
short_desc="Fast floating window manager"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="ISC"
homepage="https://github.com/venam/2bwm"
distfiles="https://github.com/venam/${pkgname}/archive/v${version}.tar.gz"
checksum=5d071bdbe6d3b4b79b5462cc1b36afe357030fb70c7e64f88d9c7d541d648439
pre_build() {
sed -i 's|-Os ||g' Makefile
sed -i 's|^CFLAGS+=|override CFLAGS +=|g' Makefile
sed -i 's|^LDFLAGS+=|override LDFLAGS +=|g' Makefile
sed -i '/#include <stdlib.h>/i#define _GNU_SOURCE' 2bwm.c
sed -n 1,17p 2bwm.c >LICENSE
}
do_install() {
vbin 2bwm
vbin hidden
vman 2bwm.man 2bwm.1
vman hidden.man hidden.1
vdoc README.md README
vlicense LICENSE
}