diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-26 12:51:26 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-26 12:51:26 +0000 |
commit | 6da999ac09b21984f7429fcdf7557cad2c4be05a (patch) | |
tree | 6bbe2aa6899f1efda831e0d1eecea677f0b858f4 /bb-top | |
parent | f1d8b21e5b6d34f263e6f11dc6093d8bef2ed306 (diff) | |
download | contrib-6da999ac09b21984f7429fcdf7557cad2c4be05a.tar.gz contrib-6da999ac09b21984f7429fcdf7557cad2c4be05a.tar.xz |
bb-top: fixed wrong name variable
Diffstat (limited to 'bb-top')
-rw-r--r-- | bb-top/.signature | 4 | ||||
-rw-r--r-- | bb-top/Pkgfile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/bb-top/.signature b/bb-top/.signature index ac9ec70b3..a293fed88 100644 --- a/bb-top/.signature +++ b/bb-top/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3ywFXm/UY4QaPeTgEZ5IMZe9sPkCu93O1fYCq0yRdrvlurYrNXYooHujna5NF0UTgn3Rvapl04s+/CgTUDYipwM= -SHA256 (Pkgfile) = 55c9d26588c7b2976ca7fde64e1e6d41a3e0b97ef007581e21cc791d3843a25b +RWSagIOpLGJF3y8py0GqGyvWMufK/AAzvs5NEvaOmJrGLXS60ZFvwB/ynQPmGi3PqB2BUTK6UFZ04NEbPvu3zbp1T0N2Gb7J7Qk= +SHA256 (Pkgfile) = 783bd5bd14f4da15a44a4c903321483426386e0589584533bbfca46ab000c8cd SHA256 (.footprint) = bf635e7e87afa4f1e7a45b33d601302ef9f3bc239d2819d9c7300d8a6f8c0eec SHA256 (bb-0.4.3.tar.gz) = b37b1421f2252acfa37eca6fa3f98848e31acdeb548d51ad085809317242a0ea diff --git a/bb-top/Pkgfile b/bb-top/Pkgfile index 2c3f120ed..bf6a30968 100644 --- a/bb-top/Pkgfile +++ b/bb-top/Pkgfile @@ -3,13 +3,14 @@ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: rust -name=bb +name=bb-top version=0.4.3 release=1 -source=(https://github.com/epilys/bb/archive/$version/$name-$version.tar.gz) +source=(https://github.com/epilys/bb/archive/$version/bb-$version.tar.gz) build() { cd $name-$version + prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache mkdir "$PKGMK_SOURCE_DIR/rust" || true export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" |