summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 949f2ba8e969d19b03ace244a9a62192e0e94738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>
pkgname=keepass-twofishcipher
_pkgname=TwofishCipher
pkgver=1.3
pkgrel=1
pkgdesc="Enables KeePass to encrypt databases using the Twofish algorithm."
license=('GPL3')
depends=('keepass')
arch=('any')
url="http://gogogadgetscott.info/keepass/twofishcipher/"
source=("http://gogogadgetscott.info/keepass/twofishcipher/$_pkgname-$pkgver.zip")
sha256sums=('d0ebc7f1e709eaddcd37a1d4ea4a5c9bc5b924588390bf93a5840b5ba0114124')

package() {
    mkdir -p "${pkgdir}"/usr/share/keepass
    install -m644 "$_pkgname.plgx" "${pkgdir}"/usr/share/keepass
}