diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-03-07 17:31:15 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-03-07 18:36:28 -0300 |
commit | fdfd4c60d9abd95a0cde7f654b6ccdb6ca513ab0 (patch) | |
tree | 26ee46f97dd3bcb2de7a2c0793f0375b89fbc804 /pcr | |
parent | 67ff2f6c6d304597a72a69a2908981e1e79df0bf (diff) | |
download | abslibre-fdfd4c60d9abd95a0cde7f654b6ccdb6ca513ab0.tar.gz abslibre-fdfd4c60d9abd95a0cde7f654b6ccdb6ca513ab0.tar.bz2 abslibre-fdfd4c60d9abd95a0cde7f654b6ccdb6ca513ab0.zip |
apache-users-2.1-2: available in [pcr]
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/apache-users/PKGBUILD | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pcr/apache-users/PKGBUILD b/pcr/apache-users/PKGBUILD new file mode 100644 index 000000000..19ae12480 --- /dev/null +++ b/pcr/apache-users/PKGBUILD @@ -0,0 +1,19 @@ +# Maintainer: Márcio Silva <coadde@parabola.nu> + +pkgname='apache-users' +pkgver='2.1' +pkgrel=2 +pkgdesc='This perl script will enumerate the usernames on a unix system that use the apache module UserDir.' +arch=('any') +url='https://labs.portcullis.co.uk/downloads/' +license=('GPL2') +depends=('perl' 'perl-parallel-forkmanager') +source=("https://labs.portcullis.co.uk/download/apache_users-${pkgver}.tar.gz") +sha1sums=('69df39387846cf0fe38f6c22d18a51d0591ed323') + +package() { + cd "$srcdir/apache_users" + + install -Dm755 apache${pkgver}.pl "$pkgdir/usr/bin/apache-users" + install -Dm644 names "$pkgdir/usr/share/apache-users/names" +} |