23 lines
650 B
Bash
23 lines
650 B
Bash
# Template file for 'xca'
|
|
pkgname=xca
|
|
version=2.1.1
|
|
revision=2
|
|
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=6c410e4f7e340681284059d2b7f46828e08dce6ff64e4a48baa02239c2f9d2de
|
|
|
|
pre_install() {
|
|
export destdir="${DESTDIR}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|