# Maintainer: American_Jesus pkgname=keepass-pt pkgver=2.47 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) sha256sums=('ab2597bfe07c67aea8b9ff2e7e7babe02ae90d782a1b791ff9494a6c0448b431') package(){ mkdir -p "${pkgdir}"/usr/share/keepass install -m644 Portuguese_PT.lngx "${pkgdir}"/usr/share/keepass }