-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathtemplate
More file actions
28 lines (26 loc) · 827 Bytes
/
Copy pathtemplate
File metadata and controls
28 lines (26 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Template file for 'poco'
pkgname=poco
version=1.15.3
revision=1
build_style=cmake
configure_args="-DPOCO_UNBUNDLED=ON"
makedepends="openssl-devel zlib-devel pcre2-devel expat-devel sqlite-devel libutf8proc-devel"
short_desc="C++ class libraries for building network-based applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSL-1.0"
homepage="https://pocoproject.org"
distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz"
checksum=9f32de4558b01e2910d50c4e2c2ac7026a0496f1553df3a24b80fa5475df8984
conflicts="archiver"
post_install() {
vlicense LICENSE
}
poco-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/cmake
}
}