mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sord: update to 0.16.16.
This commit is contained in:
parent
592bcbb8f9
commit
fa5572329a
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'sord'
|
# Template file for 'sord'
|
||||||
pkgname=sord
|
pkgname=sord
|
||||||
version=0.16.14
|
version=0.16.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="serd-devel pcre-devel"
|
makedepends="serd-devel pcre-devel zix-devel"
|
||||||
short_desc="Lightweight C library for storing RDF data in memory"
|
short_desc="Lightweight C library for storing RDF data in memory"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://drobilla.net/software/sord.html"
|
homepage="https://drobilla.net/software/sord.html"
|
||||||
changelog="https://drobilla.net/category/sord/"
|
changelog="https://gitlab.com/drobilla/sord/-/raw/master/NEWS"
|
||||||
distfiles="https://download.drobilla.net/sord-${version}.tar.xz"
|
distfiles="https://download.drobilla.net/sord-${version}.tar.xz"
|
||||||
checksum=220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b
|
checksum=257f876d756143da02ee84c9260af93559d6249dd87f317e70ab5fffcc975fd0
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args="-Dtests=enabled"
|
configure_args="-Dtests=enabled"
|
||||||
|
@ -24,7 +24,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sord-devel_package() {
|
sord-devel_package() {
|
||||||
depends="serd-devel libsord>=${version}_${revision}"
|
depends="serd-devel zix-devel libsord>=${version}_${revision}"
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - Development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue