diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:46 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:46 +0800 |
| commit | a4a4aaaf5aef3783cf99cfc3edaabf56ff27707e (patch) | |
| tree | a06f3b9b1894f44b6a4575c0a4d3147f7bcbd8ea /repos/xorg/libnl/abuild | |
| parent | f3542196bd2fc4e5fbcac1bc93d02a5ab27fed66 (diff) | |
| download | alicelinux-a4a4aaaf5aef3783cf99cfc3edaabf56ff27707e.tar.gz alicelinux-a4a4aaaf5aef3783cf99cfc3edaabf56ff27707e.zip | |
libnl: new added
Diffstat (limited to 'repos/xorg/libnl/abuild')
| -rw-r--r-- | repos/xorg/libnl/abuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repos/xorg/libnl/abuild b/repos/xorg/libnl/abuild new file mode 100644 index 00000000..f9061da7 --- /dev/null +++ b/repos/xorg/libnl/abuild @@ -0,0 +1,5 @@ +name=libnl +version=3.9.0 +v=$(echo $version | sed 's/\./_/g') +release=1 +source="https://github.com/thom311/$name/releases/download/$name${v}/$name-$version.tar.gz" |