Files
shrap/packages/libnl.shrap
2026-02-20 12:45:31 +01:00

12 lines
397 B
Plaintext

(package
(name "libnl")
(version "3.12.0")
(homepage "https://github.com/thom311/libnl")
(dependencies bison flex)
(src (tar
(url "https://github.com/thom311/libnl/releases/download/libnl3_12_0/libnl-3.12.0.tar.gz")
(dir "libnl-3.12.0")
(blake3 "e2905e07eedd9100fb1d3e49625e0d27f9c855cfbc33845bbb65336c8a991ea1")))
(build
(configure_make)))