From f2b1d1fce86745182580e8e1dd061423526a3480 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 | 12 ++++++++++++ 1 file changed, 12 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..3112ab73203627 --- /dev/null +++ b/srcpkgs/bpf-linker/template @@ -0,0 +1,12 @@ +# 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 \ No newline at end of file