mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xdo: fix license, vsed
This commit is contained in:
parent
72b00a6282
commit
f54b4d6e44
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'xdo'
|
# Template file for 'xdo'
|
||||||
pkgname=xdo
|
pkgname=xdo
|
||||||
version=0.5.7
|
version=0.5.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libxcb-devel xcb-util-wm-devel"
|
makedepends="libxcb-devel xcb-util-wm-devel"
|
||||||
short_desc="Small X utility to perform elementary actions on windows"
|
short_desc="Small X utility to perform elementary actions on windows"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/baskerville/xdo"
|
homepage="https://github.com/baskerville/xdo"
|
||||||
distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/baskerville/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=b661229f0457939d3867cca1664c5671ae959b309feb58abe9142229c8c7ffb4
|
checksum=b661229f0457939d3867cca1664c5671ae959b309feb58abe9142229c8c7ffb4
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
vsed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue