From d71478ba90d9efe98490d287669a4def15269efe 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 | 17 +++++++++++++++++ 1 file changed, 17 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..7343d4e288418c --- /dev/null +++ b/srcpkgs/bpf-linker/template @@ -0,0 +1,17 @@ +# Template file for 'bpf-linker' +pkgname=bpf-linker +version=0.9.13 +revision=1 +build_style=cargo +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 +}