23 lines
682 B
Bash
23 lines
682 B
Bash
# Template file for 'xca'
|
|
pkgname=xca
|
|
version=1.3.2
|
|
revision=3
|
|
build_style=gnu-configure
|
|
make_build_target="all"
|
|
hostmakedepends="pkg-config qt5-tools qt5-host-tools"
|
|
makedepends="qt5-devel libressl-devel libltdl-devel"
|
|
short_desc="X Certificate and Key Management"
|
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://xca.sourceforge.net/"
|
|
#distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
|
distfiles="https://sources.voidlinux.eu/xca-1.3.2/xca-1.3.2.tar.gz"
|
|
checksum=04f11f2148c8369c1a1b4e109956ed8cc807ec266d0d936410624ba8ee4b5ce4
|
|
|
|
pre_install() {
|
|
export destdir="${DESTDIR}"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|