22 lines
650 B
Bash
22 lines
650 B
Bash
# Template file for 'xca'
|
|
pkgname=xca
|
|
version=2.1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config qt5-tools qt5-host-tools perl"
|
|
makedepends="qt5-devel libressl-devel libltdl-devel"
|
|
depends="qt5-plugin-sqlite"
|
|
short_desc="X Certificate and Key Management"
|
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://hohnstaedt.de/xca"
|
|
distfiles="https://github.com/chris2511/xca/releases/download/RELEASE.${version}/xca-${version}.tar.gz"
|
|
checksum=fc845470a02b0b4534b46590be307f784662071fc412fdcad605c3bce901fe05
|
|
|
|
pre_install() {
|
|
export destdir="${DESTDIR}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|