# Maintainer: Daniel Micay pkgname=playpen pkgver=5 pkgrel=1 epoch=1 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp' arch=(i686 x86_64) url='https://github.com/thestinger/playpen/' license=(MIT) depends=(libseccomp systemd) makedepends=(clang git) source=(git://github.com/thestinger/playpen#tag=$pkgver) md5sums=(SKIP) build() { cd $pkgname make } package() { cd $pkgname make PREFIX=/usr DESTDIR="$pkgdir" install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }