summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7506575848bbe9ab7a82042a92985ad84775d4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: halflife <pigoig_at_gmail_com>
pkgname=keepass-zh-cn
pkgver=2.34
pkgrel=1
pkgdesc="Chinese Simplified locale for keepass"
license=('GPL2')
depends=("keepass" "xdotool")
makedepends=('unzip')
url="http://keepass.info/translations.html"
source=(https://downloads.sourceforge.net/keepass/KeePass-2.34-Chinese_Simplified.zip)
arch=(any)
sha512sums=('SKIP')

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