summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGenerator2017-01-04 19:47:03 +0000
committerGenerator2017-01-04 19:47:03 +0000
commit73d07b0cd3442569d6939a8e06bc71cabd890160 (patch)
tree77492bacbab21b938a7a7aa13beab53a4459934d /PKGBUILD
downloadaur-73d07b0cd3442569d6939a8e06bc71cabd890160.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0c2a5811fa28
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
+pkgname=keepass-pt
+pkgver=2.34
+pkgrel=1
+pkgdesc="Portuguese (PT) locale for keepass"
+license=('GPL2')
+depends=("keepass")
+makedepends=('unzip')
+url="http://keepass.info/translations.html"
+source=(http://downloads.sourceforge.net/keepass/KeePass-${pkgver}-Portuguese_PT.zip)
+arch=(any)
+md5sums=('3aacd7f43e44664e4d92f30c9b83ee2c')
+
+package(){
+ mkdir -p "${pkgdir}"/usr/share/keepass
+ install -m644 Portuguese_PT.lngx "${pkgdir}"/usr/share/keepass
+}