summaryrefslogtreecommitdiff
path: root/ostree/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ostree/Pkgfile')
-rw-r--r--ostree/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/ostree/Pkgfile b/ostree/Pkgfile
new file mode 100644
index 000000000..01b6fdb1b
--- /dev/null
+++ b/ostree/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Operating system and container binary deployment and upgrades
+# URL: https://ostree.readthedocs.org/en/latest/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: avahi fuse gpgme keyutils libsoup
+
+name=ostree
+version=2019.2
+release=1
+source=(https://github.com/ostreedev/ostree/releases/download/v$version/libostree-$version.tar.xz)
+
+build() {
+ cd lib$name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/$name \
+ --with-openssl \
+ --with-builtin-grub2-mkconfig \
+ --enable-experimental-api \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+ rm -fr $PKG/usr/share/ostree/trusted.gpg.d/
+}

Generated by cgit