pkgname: podman pkgver: '6.1.0' pkgrel: '1' pkgdesc: 'Tool and library for running OCI-based containers in pods' url: 'https://github.com/containers/libpod' arch: x86_64 license: - APACHE depends: [] makedepends: - git - grep - 'man-db' - 'go-md2man' - libseccomp - gpgme source: - 'https://github.com/containers/libpod.git' sha256sums: - SKIP build: | cd libpod export PATH=/usr/lib/go/bin:$PATH export GOFLAGS="-buildmode=pie" make BUILDTAGS="seccomp exclude_graphdriver_devicemapper exclude_graphdriver_btrfs" make install PREFIX=/usr DESTDIR=${PKGDIR} LIBEXECDIR=/usr/lib install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE package: | true