testing/sqlcipher: split tcl bindings

This commit is contained in:
psykose 2023-04-28 02:51:23 +00:00
parent 671ee32c95
commit 220f05e53a

View File

@ -2,13 +2,13 @@
# Maintainer: wener <wenermail@gmail.com>
pkgname=sqlcipher
pkgver=4.5.4
pkgrel=0
pkgrel=1
pkgdesc="SQLCipher is an SQLite extension that provides 256 bit AES encryption of database files."
url="https://www.zetetic.net/sqlcipher/"
arch="all"
license="BSD-3-Clause"
makedepends="openssl-dev>3 tcl-dev readline-dev zlib-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tcl"
source="$pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/sqlcipher/archive/v$pkgver.tar.gz"
build() {
@ -45,10 +45,10 @@ package() {
"$pkgdir"/usr/share/man/man1/sqlcipher.1
}
libs() {
pkgdesc="SQLCipher library"
mkdir -p "$subpkgdir"/usr
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/
tcl() {
pkgdesc="SQLCipher library (tcl bindings)"
amove usr/lib/tcl*
}
sha512sums="