🔒 Repository is read-only – file editing is disabled.

recipes/gui/libostree/PAGBUILD.yaml main

37 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637
pkgname: libostree
pkgver: '2026.3'
pkgrel: '1'
pkgdesc: 'Operating system and container binary deployment and upgrades'
url: 'https://github.com/ostreedev/ostree'
arch: x86_64
depends: []
makedepends:
- openssl
- glib
- gpgme
- fuse2
- libsoup3
- e2fsprogs

source:
- 'https://github.com/ostreedev/ostree.git'

sha256sums:
- SKIP

build: |
  cd ostree
  NOCONFIGURE=1 ./autogen.sh
  ./configure --prefix=/usr \
  --with-openssl \
  --sysconfdir=/etc \
  --disable-man     \
  --localstatedir=/var

  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

  make
  make DESTDIR=${PKGDIR} install

package: |
  true