mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
cd90d75142
commit
d28b07ba8a
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'xcb-util-errors'
|
||||
pkgname=xcb-util-errors
|
||||
version=1.0
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config m4"
|
||||
makedepends="libxcb-devel"
|
||||
hostmakedepends="pkg-config m4 python3"
|
||||
makedepends="libxcb-devel xcb-proto"
|
||||
short_desc="XCB errors library"
|
||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="https://xcb.freedesktop.org/dist/${pkgname}-${version}.tar.bz2"
|
||||
checksum=682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995
|
||||
distfiles="https://xcb.freedesktop.org/dist/xcb-util-errors-${version}.tar.xz"
|
||||
checksum=5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue