summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 22bfd2bbb553d23af86333ab56dffae2289c1249 (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
25
26
27
28
29
30
# Maintainer:
# Note I abandoned trying to get this working because the project doesn't even
# have a download URL that is sanely parsable and installing WAR files that
# need 1Gig free space for a user password reset tool seemed a bit out of
# hand to me.
# After 3 years worth of trying to get a sane package together and multiple
# requests for the upstream to tag versions or do anything to make external
# builds easier and having all the issues closed because it's not something
# they are interested in encouraging (likely because they are trying to push
# people to use their hosted version instead of the OSS project), I am finally
# out. I have no interest in figting for something I no longer have an interest
# in using.
# Contributor: Caleb Maclennan <caleb@alerque.com>

pkgname=pwm
pkgver=1.7.1
pkgrel=0.1
url='https://github.com/pwm-project/pwm'
pkgdesc='A password self service application for LDAP directories'
arch=('any')
license=('custom')
depends=('java-runtime')
makedepends=('unzip')
source=("")
sha256sums=('a996ef6e7eb8ba5134194ad79db2d107')

package () {
    cd "$srcdir"
    find
}