17 lines
515 B
Bash
17 lines
515 B
Bash
|
# Template file for 'libkml'
|
||
|
pkgname=libkml
|
||
|
version=1.3.0
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
makedepends="boost-devel expat-devel minizip-devel uriparser-devel zlib-devel"
|
||
|
short_desc="Library to manipulate KML OGC files"
|
||
|
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||
|
license="BSD-3-Clause"
|
||
|
homepage="https://github.com/libkml/libkml"
|
||
|
distfiles="https://github.com/libkml/libkml/archive/${version}.tar.gz"
|
||
|
checksum=8892439e5570091965aaffe30b08631fdf7ca7f81f6495b4648f0950d7ea7963
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|