summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7224bfbc2e46831220026343ed5e5a65f0b08e79 (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
# Maintainer: Schrottfresse <schrottfresse@gmx.de>

pkgname=shelldap
pkgver=1.5.1
pkgrel=1
pkgdesc="A handy shell-like interface for browsing LDAP servers and editing their content."
arch=('any')
url="https://code.martini.nu/hg/shelldap"
license=('BSD')
depends=('perl' 'perl-yaml-syck' 'perl-digest-perl-md5' 'perl-ldap' 'perl-algorithm-diff' 'perl-term-readkey' 'perl-term-readline-gnu' 'perl-term-shell' 'perl-tie-ixhash')
makedepends=()
optdepends=('perl-io-socket-ssl: for use with ldaps:// servers'
            'perl-authen-sasl: SASL authentication')
provides=('shelldap')
source=("https://github.com/mahlonsmith/shelldap/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
        'LICENSE')
sha256sums=('ba909f15ab40645f48d1776de54a67b0b0ea0e7b48ed323f3464de36737f80ea'
            'b180006176b4caf900df38b3365b09413f8783478fae8bcb8f73b6cb794a4116')

package() {
  cd "$pkgname-$pkgver"
  install -m 644 -Dt "$pkgdir/usr/share/doc/$pkgname/" USAGE
  install -m 644 -Dt "$pkgdir/usr/share/licenses/$pkgname/" ../LICENSE
  install -Dt "$pkgdir/usr/bin/" shelldap
}