pkgname: containerd pkgver: '2.3.4' pkgrel: 1 pkgdesc: A daemon to control runC url: 'https://containerd.io/' arch: x86_64 license: - APACHE depends: [] makedepends: - go - btrfs-progs - git - libseccomp source: - 'https://github.com/containerd/containerd/archive/refs/tags/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} export CGO_ENABLED=1 make BUILDTAGS="no_btrfs" GIT_COMMIT=1407cab509ff0d96baa4f0eb6ff9980270e6e620 install -d -m 0755 ${PKGDIR}/usr/bin install -m 0755 bin/* ${PKGDIR}/usr/bin/ install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE package: | true