19 lines
604 B
Bash
19 lines
604 B
Bash
# Template file for 'shared-desktop-ontologies'
|
|
pkgname=shared-desktop-ontologies
|
|
version=0.11.0
|
|
revision=4
|
|
build_style=cmake
|
|
short_desc="Provide RDF vocabularies for the Semantic Desktop"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause, CC-BY-3.0, CC-BY-SA-3.0, GPL-2.0-or-later"
|
|
homepage="http://sourceforge.net/apps/trac/oscaf/"
|
|
distfiles="${SOURCEFORGE_SITE}/oscaf/${pkgname}-${version}.tar.bz2"
|
|
checksum=82afe6c24cf574f242c1fa85a5daff8c3631cc9b4cbcb80379dce6f364b4bbd4
|
|
|
|
post_install() {
|
|
vlicense LICENSE.BSD
|
|
vlicense LICENSE.CC-BY
|
|
vlicense LICENSE.DCMI
|
|
vlicense LICENSE.w3c
|
|
}
|