summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2018-03-08 01:11:54 +0100
committerJonas Heinrich2018-03-08 01:11:54 +0100
commit4f950ecb7a1b71f0a94ef8e09dc0ba788b41822e (patch)
treed226169c3cbe9f979a69d91c8bfab9c76a3f39b0
parenta2e582ec20aa15f31f55aa9afe6ce1e6a984c597 (diff)
downloadaur-4f950ecb7a1b71f0a94ef8e09dc0ba788b41822e.tar.gz
added oz profiles
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e917bbe0595f..f76112399ef4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Mar 7 23:49:27 UTC 2018
+# Thu Mar 8 00:11:46 UTC 2018
pkgbase = subgraph-oz
pkgdesc = Subgraph sandboxing system targeting everyday workstation applications
pkgver = 0.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/subgraph/fw-daemon
arch = any
license = MIT
source = subgraph-oz-0.2.6.tar.gz::https://github.com/subgraph/oz/archive/0.2.6.tar.gz
source = https://github.com/subgraph/oz/raw/debian/debian/oz-daemon.service
+ source = subgraph-oz-profiles-0.2.5.tar.gz::https://github.com/subgraph/subgraph-oz-profiles/archive/0.2.5.tar.gz
sha512sums = d71a463d0e45a7386e97b821d48f97adef02c0dc96dba2d20aea98b765ec3443cec4f60aff7a9dc98f96b1d3e541fc705ee3b3bb07af9e873900b84cbd78c586
sha512sums = a8cd846894331ca5e5fff993e4739e11e95951642c17e910c3060ca3477acaf17aa614c7648c9dfb85ae5c968fa74c5f35aba767a4812f38dc787a006b87b789
+ sha512sums = 0077bfa7f46ce6eb11a45213f07ee7a110be3d96daaee1ea09e0c9e69649a1da5a3d7b4f729026d076336e8f5ddc273ffb0e48258d11539a6b513e1c0ebcd812
pkgname = subgraph-oz
diff --git a/PKGBUILD b/PKGBUILD
index 67666712d7dd..0c96f5d12b1d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,17 @@
pkgname=subgraph-oz
pkgver=0.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Subgraph sandboxing system targeting everyday workstation applications"
arch=('any')
url="https://github.com/subgraph/fw-daemon"
license=('MIT')
source=("subgraph-oz-${pkgver}.tar.gz::https://github.com/subgraph/oz/archive/${pkgver}.tar.gz"
- "https://github.com/subgraph/oz/raw/debian/debian/oz-daemon.service")
+ "https://github.com/subgraph/oz/raw/debian/debian/oz-daemon.service"
+ "subgraph-oz-profiles-0.2.5.tar.gz::https://github.com/subgraph/subgraph-oz-profiles/archive/0.2.5.tar.gz")
sha512sums=("d71a463d0e45a7386e97b821d48f97adef02c0dc96dba2d20aea98b765ec3443cec4f60aff7a9dc98f96b1d3e541fc705ee3b3bb07af9e873900b84cbd78c586"
- "a8cd846894331ca5e5fff993e4739e11e95951642c17e910c3060ca3477acaf17aa614c7648c9dfb85ae5c968fa74c5f35aba767a4812f38dc787a006b87b789")
+ "a8cd846894331ca5e5fff993e4739e11e95951642c17e910c3060ca3477acaf17aa614c7648c9dfb85ae5c968fa74c5f35aba767a4812f38dc787a006b87b789"
+ "0077bfa7f46ce6eb11a45213f07ee7a110be3d96daaee1ea09e0c9e69649a1da5a3d7b4f729026d076336e8f5ddc273ffb0e48258d11539a6b513e1c0ebcd812")
prepare() {
cd "${srcdir}"
@@ -31,6 +33,7 @@ package() {
install -d "${pkgdir}/etc"
cp "${srcdir}/gopath/bin/"oz* "${pkgdir}/usr/bin/"
cp -r "${srcdir}/gopath/src/github.com/subgraph/oz/sources/etc/oz" "${pkgdir}/etc/"
+ cp "${srcdir}/subgraph-oz-profiles-0.2.5/"* "${pkgdir}/var/lib/oz/cells.d/"
install -Dm644 "${srcdir}/oz-daemon.service" "${pkgdir}/usr/lib/systemd/system/oz-daemon.service"
install -D "${srcdir}/gopath/src/github.com/subgraph/oz/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"