community/bandwhich: try fix build

This commit is contained in:
psykose 2022-10-28 14:45:49 +00:00
parent 73d84acf67
commit b13febe0ff
2 changed files with 3197 additions and 2 deletions

View File

@ -9,7 +9,9 @@ url="https://github.com/imsnif/bandwhich"
arch="all !s390x !riscv64" arch="all !s390x !riscv64"
license="MIT" license="MIT"
makedepends="cargo" makedepends="cargo"
source="https://github.com/imsnif/bandwhich/archive/$pkgver/$pkgname-$pkgver.tar.gz" source="https://github.com/imsnif/bandwhich/archive/$pkgver/$pkgname-$pkgver.tar.gz
update-socket2.patch
"
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1 export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
export CARGO_PROFILE_RELEASE_LTO="true" export CARGO_PROFILE_RELEASE_LTO="true"
@ -34,4 +36,7 @@ package() {
install -D -m755 target/release/$pkgname -t "$pkgdir"/usr/bin/ install -D -m755 target/release/$pkgname -t "$pkgdir"/usr/bin/
} }
sha512sums="3bd5cc4166514feb601eb921ef3fbad08b8e9787aad1bb0c8a9543207631964ffc14cc1488e96ef4319bb1a20c5f684b744facd2a6cf1d9ef6dd5d2fefc524cb bandwhich-0.20.0.tar.gz" sha512sums="
3bd5cc4166514feb601eb921ef3fbad08b8e9787aad1bb0c8a9543207631964ffc14cc1488e96ef4319bb1a20c5f684b744facd2a6cf1d9ef6dd5d2fefc524cb bandwhich-0.20.0.tar.gz
d7ca3700210568f21fc3f092c81dea16a9adab1e1f0d39a0b731f9e01ede80f4ebe10da6c6a93e11cf5a056b48792c1b803e260ac4011c9e78b5ca9949947f85 update-socket2.patch
"

File diff suppressed because it is too large Load Diff