From 6dfdf9b5a00773d62a3636892bcba79f1b894cd3 Mon Sep 17 00:00:00 2001 From: aadi58002 Date: Thu, 21 Nov 2024 10:46:49 +0530 Subject: [PATCH] New package: bpf-linker-0.9.13 --- srcpkgs/bpf-linker/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/bpf-linker/template diff --git a/srcpkgs/bpf-linker/template b/srcpkgs/bpf-linker/template new file mode 100644 index 00000000000000..86642898154645 --- /dev/null +++ b/srcpkgs/bpf-linker/template @@ -0,0 +1,18 @@ +# Template file for 'bpf-linker' +pkgname=bpf-linker +version=0.9.13 +revision=1 +build_style=cargo +make_check_args="-- --skip compile_test" # test requires nightly toolchain to run +short_desc="Simple BPF static linker" +maintainer="aadi58002 " +license="Apache-2.0 AND MIT" +homepage="https://github.com/aya-rs/bpf-linker" +changelog="https://github.com/aya-rs/bpf-linker/releases" +distfiles="https://github.com/aya-rs/bpf-linker/archive/refs/tags/v${version}.tar.gz" +checksum=6ae888fb2eefbc3a1968124db76934aae1516103daa7cb9fea8a59e681d05474 + +post_install() { + vlicense LICENSE-APACHE + vlicense LICENSE-MIT +}