summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8e6c3573039921da2849bc1be7f2a7cef883626e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Philipp 'TamCore' B. <philipp [at] tamcore [dot] eu>

pkgname=keepass-twofishcipher
_pkgname=TwofishCipher
pkgver=1.4
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=('a1549af5c3db5d22aaef01539b8851ac5e11ca909bb609f0dcdeebf6dbd9f0b4')

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