summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ba6df8a72e02f134e8b965efc6edd2cdaf3a989a (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: AcidHub <contact@acidhub.click>

pkgname=nullidentdmod
pkgver=1.3
pkgrel=1
pkgdesc="Minimal identd server with customizable userid"
conflicts=('oidentd' 'nullidentd' 'pindetd' 'nullidentdmod-git')
arch=('any')
url="http://acidhub.click/NullidentdMod/"
license=('GPL')
source=("https://github.com/Acidhub/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('262d5e27f8a4bc7186b603681ffd8c0e257c810e9777d5ace7cae3b4c8b82aee')

build() {
    cd "$pkgname-$pkgver"
    make
}

package() {
    cd "$pkgname-$pkgver"
    make DESTDIR="$pkgdir" PREFIX=/usr install
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}