summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-07-25 23:46:49 +0300
committerCaleb Maclennan2020-07-25 23:50:24 +0300
commit862eb9da59164041eac9677c30462281ddf2820a (patch)
tree7d89d5dca175aa95d89e4541fa81b44697b161d2 /PKGBUILD
parent54a04ea826f5e8508c66f12d3337d87aedc1de32 (diff)
downloadaur-pwm.tar.gz
Disown
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD26
1 files changed, 16 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fff55ef2a4a..22bfd2bbb553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,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>
+# 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."
+url='https://github.com/pwm-project/pwm'
+pkgdesc='A password self service application for LDAP directories'
arch=('any')
-license=('GPL2')
+license=('custom')
depends=('java-runtime')
makedepends=('unzip')
source=("")