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

recipes/gui/podman/PAGBUILD.yaml main

36 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536
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