summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 499f0ea5bf3997cbc4c7923212e79df96ea3b1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Archadept
#   Revision: 2019-01-22

pkgname=keepass-pl
pkgver=2.41
pkgrel=1
pkgdesc="Polish locale for keepass"
license=('GPL2')
depends=("keepass")
makedepends=('unzip')
url="http://keepass.info/translations.html"
source=(https://downloads.sourceforge.net/keepass/KeePass-${pkgver}-Polish.zip)
arch=(any)
md5sums=('2ceed38a5aea4dc19185c6df7407695d')

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