summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 796bf28e3188e4bb30f2e743464ef71a42fc2b7a (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
###
### 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. 
###
# Maintainer: Caleb Maclennan <caleb@alerque.com>

pkgname=pwm
pkgver=1.7.1
pkgrel=1
url=https://code.google.com/p/pwm/
pkgdesc="A password self service application for LDAP directories."
arch=('any')
license=('GPL2')
depends=('java-runtime')
makedepends=('unzip')
source=("${pkgname}_v${pkgver}.zip::https://doc-00-54-docs.googleusercontent.com/docs/securesc/3iu73vhdk4goo4pdpd4j1d931pg410a5/na2tu76uc08oeo7hlvulabl52727ej77/1394553600000/00610532175993983158/04696991694515374320/0B4acymQTOxqhb3V6OHU2T0pmRUk?e=download&h=16653014193614665626&nonce=5e2man3s1vbic&user=04696991694515374320&hash=27bfsrk7pdda88d9gr7d4q3ci0rkab4s")
md5sums=('a996ef6e7eb8ba5134194ad79db2d107')

package () {
    cd "$srcdir"
    find
}