summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c4d4fc1e732591d82a21c222e1e8a737a1621aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Azuki <support@azukiapp.com>
_pkgname='libnss-resolver'
pkgname=${_pkgname}-git
pkgver=0.3.0
pkgrel=1
pkgdesc=" A Linux extension that adds support to the /etc/resolver/[suffix]."
arch=('x86_64')
url="https://github.com/azukiapp/libnss-resolver"
license=('Apache')
depends=('glibc')
makedepends=('git' 'clang' 'wget' 'scons' )
source=("git+https://github.com/azukiapp/libnss-resolver.git")
md5sums=('SKIP')
install=${pkgname}.install

package() {
    cd "$_pkgname"
    scons prefix="$pkgdir/usr/lib" local-install
}