# Maintainer: Luke R. GPG: rsa4096/3EAE8697 # Maintainer: Robert Holt (Arch) # Contributor: Anton Larionov # Contributor: Yorhel # Contributor: archtux pkgname=ncdc pkgver=1.20 pkgrel=1 pkgdesc="Modern and lightweight direct connect client with a friendly ncurses interface" arch=('i686' 'x86_64' 'arm') url="https://dev.yorhel.nl/ncdc" license=('MIT') depends=('bzip2' 'gnutls' 'ncurses' 'sqlite' 'glib2' 'geoip') validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling source=("https://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz" "https://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz.asc") sha512sums=('0f20d6584aab1e69bcb3a93271a8542c5968adee5fd198b375dc258996b60ee5f642eac5d5e91c5513e367bbfd42eda80ede9e6e93ab38279c33e8da557010a7' 'SKIP') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --with-geoip make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } # vim:set ts=2 sw=2 et: