# Description: system for versioning updates of Linux-based operating systems # URL: https://ostreedev.github.io/ostree/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: glib e2fsprogs gpgme fuse bison name=libostree version=2025.6 release=1 source=(https://github.com/ostreedev/ostree/releases/download/v${version}/${name}-${version}.tar.xz ostree-2023.1-use_fuse3.patch) build() { cd ${name}-${version} patch -Np1 -i ../ostree-2023.1-use_fuse3.patch ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }