ef11f57681
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i '$a patch_args=-Np0"
14 lines
497 B
Bash
14 lines
497 B
Bash
# Template file for 'libwm'
|
|
pkgname=libwm
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="libxcb-devel xcb-util-cursor-devel"
|
|
depends="$makedepends"
|
|
short_desc="Small library for X windows manipulation"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/wmutils/libwm"
|
|
distfiles="https://github.com/wmutils/libwm/archive/v${version}.tar.gz"
|
|
checksum=db80ef40d6b105f046c1d0bc138470b3e23e7bd1000afc3163d9e62f403f0f6a
|
|
patch_args=-Np0
|