summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: debff92e4642f1c0918b19b84876da98e8759e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgname=keepass-plugin-qualitycolumn
_pluginname=QualityColumn
pkgver=1.3
pkgrel=1
pkgdesc="Adds support for a 'Password Quality' column in the main entry list."
license=('GPL2')
depends=('keepass')
arch=('any')
url="http://keepass.info/plugins.html#qcol"
source=("http://keepass.info/extensions/v2/qualitycolumn/${_pluginname}-${pkgver}-Source.zip")
sha256sums=('87b48fa34838c10302f18d23d719461627d44fa4eca4acbe3cbd03bd194ade58')

prepare() {
	mkdir build
	cp -r Properties *.cs *.csproj *.sln build/
}

build() {
	keepass --plgx-create "${srcdir}/build"
}

package() {
	install -Dm644 "${srcdir}/build.plgx" "${pkgdir}/usr/share/keepass/plugins/${_pluginname}.plgx"
}