23 lines
646 B
Bash
23 lines
646 B
Bash
# Template file for 'xca'
|
|
pkgname=xca
|
|
version=2.4.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config qt5-host-tools"
|
|
makedepends="qt5-devel qt5-tools-devel openssl-devel libltdl-devel"
|
|
depends="qt5-plugin-sqlite"
|
|
short_desc="X Certificate and Key Management"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://hohnstaedt.de/xca"
|
|
distfiles="https://github.com/chris2511/xca/releases/download/RELEASE.${version}/xca-${version}.tar.gz"
|
|
checksum=66da8954fe9709ace965c6fcb1cfbb7b08ce75b7222988acb9e2b8b5fac7cf10
|
|
|
|
pre_install() {
|
|
export destdir="${DESTDIR}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|