forked from ports/contrib
bandwhich: 0.21.1 -> 0.22.2
This commit is contained in:
parent
cadf83cd51
commit
da200dc770
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF36arqGBklR6kQdsoHt+0f/dzIPQ7ALNV4iXmqJAUDkjyTueGYt2hlRB2yUXpbUo6V1fb4qyCa5Ff1gPZCrt2AAw=
|
||||
SHA256 (Pkgfile) = 3a572599cc23ba9a46e028504f7f275d48ba8790c63852674fb245575ff07484
|
||||
RWSagIOpLGJF39o3dgzCdYUuLbHNUV+gck+iYNUCE1JMYfp2PrGtQRRkgqAsPPf1zsSQ7uk2Mr7MgX7A02rFPYMnAxxvU2FqVgY=
|
||||
SHA256 (Pkgfile) = ac43f6caf307cf795a8e6b862afa2ca202ef1b24bbccd4ca20174e3b472e1c38
|
||||
SHA256 (.footprint) = 6401cd9abf02fe6a159364d1ef91be65b6485e68f661aa901dcda8d705cad968
|
||||
SHA256 (bandwhich-0.21.1.tar.gz) = 8ba9bf6469834ad498b9fd17f86759a16793b00a6ef44edd6e525ec40adcb0b0
|
||||
SHA256 (bandwhich-0.22.2.tar.gz) = 4c41719549e05dbaac1bc84828269e59b2f2032e76ae646da9b9e3b87e5a5fd1
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: rust
|
||||
|
||||
name=bandwhich
|
||||
version=0.21.1
|
||||
version=0.22.2
|
||||
release=1
|
||||
source=(https://github.com/imsnif/bandwhich/archive/v$version/$name-$version.tar.gz)
|
||||
|
||||
@ -16,5 +16,6 @@ build() {
|
||||
cargo build --release --manifest-path $name-$version/Cargo.toml
|
||||
|
||||
install -Dt $PKG/usr/bin $name-$version/target/release/$name
|
||||
install -Dm 755 $SRC/$name-$version/docs/bandwhich.1 $PKG/usr/share/man/man1/bandwhich.1
|
||||
find $name-$version/target/release/ -iname "bandwhich.1" \
|
||||
-exec install -Dm755 {} $PKG/usr/share/man/man1/bandwhich.1 \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user