forked from ports/contrib
containerd: updated to version 06b9cb3
This commit is contained in:
parent
99594d76c4
commit
86aa9db520
@ -1 +1 @@
|
|||||||
537281e2cdb711a9a9068caf8ac15ec2 containerd-9048e5e.tar.xz
|
4c019b71732930b157caebf435d764d6 containerd-06b9cb3.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF3ytM+hYVZ/cXEDZxxypigoqKzeN71yfWKhyLa+7QQV3Mb3NICoHPwxrBdZd+g9EH5Vt1CSgmakG2w/c1kfLfLgE=
|
RWSagIOpLGJF38yS7QxFd5d8js9JYjO7MWfPa8zlfSqlzRITTQPwHhBN/9HmsB8UZxycohgc4cQXd54yjt+Cqd1zo1Lf4TEdugw=
|
||||||
SHA256 (Pkgfile) = c7b365e77795080fca7a0d278e400762aa2dedd3cbcbb17073849ae641cdda2c
|
SHA256 (Pkgfile) = 627d3b9684fc65820ada7ce4048c207dfe3365440d2c0213e002e377130fdfaf
|
||||||
SHA256 (.footprint) = 32a4bb4fd22670b861b84bdaeb8ae0f1cac4047815d27fdc767c6e8aaf7523cf
|
SHA256 (.footprint) = 32a4bb4fd22670b861b84bdaeb8ae0f1cac4047815d27fdc767c6e8aaf7523cf
|
||||||
SHA256 (containerd-9048e5e.tar.xz) = fe1baf0b81e85de2039ed4afe8f65fb88aac4cee637cc97c6149996b164581c2
|
SHA256 (containerd-06b9cb3.tar.xz) = ca5023ef5a58a02799cbb1908e3fe4e3a4dc96e0397c8f00ba68b6c93ab9a432
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
# Description: A daemon to control runC
|
# Description: A daemon to control runC
|
||||||
# URL: https://containerd.tools/
|
# URL: https://containerd.io/
|
||||||
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
||||||
# Depends on: go
|
# Depends on: go
|
||||||
|
|
||||||
name=containerd
|
name=containerd
|
||||||
version=9048e5e
|
version=06b9cb3
|
||||||
release=1
|
release=1
|
||||||
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
|
source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p src/github.com/docker
|
mkdir -p src/github.com/$name
|
||||||
ln -sf $SRC/$name-$version src/github.com/docker/$name
|
cd src/github.com/$name
|
||||||
cd src/github.com/docker/$name
|
ln -s $SRC/$name-$version $name
|
||||||
|
cd $name
|
||||||
export GOPATH=$SRC
|
export GOPATH=$SRC
|
||||||
# use the long commit hash here
|
# use the long commit hash here
|
||||||
make GIT_COMMIT=9048e5e50717ea4497b757314bad98ea3763c145
|
make GIT_COMMIT=06b9cb35161009dcb7123345749fef02f7cea8e0
|
||||||
install -d -m 0755 $PKG/usr/bin
|
install -d -m 0755 $PKG/usr/bin
|
||||||
install -m 0755 bin/* $PKG/usr/bin/
|
install -m 0755 bin/* $PKG/usr/bin/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user