summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f084a3eec33ade6e6c19c7d3a8415ecae0f65216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = hashbox
	pkgdesc = A GUI tool for hashing and verifying passwords using PyQt5
	pkgver = 1.0
	pkgrel = 1
	url = https://github.com/madyel/password-hasher
	arch = any
	license = MIT
	depends = python
	depends = python-pyqt5
	depends = python-bcrypt
	depends = python-argon2-cffi
	source = hashbox.py
	source = hashbox.desktop
	source = icon.png
	md5sums = SKIP
	md5sums = SKIP
	md5sums = SKIP

pkgname = hashbox