Compare commits

..
1 Commits
Author SHA1 Message Date
sisungo f8f18ce917 feat: add package sed
Signed-off-by: sisungo <[email protected]>
2026-06-25 06:10:15 +08:00
@@ -1,8 +1,8 @@
from lib import rust
from lib.make import *
version("15.1.0")
source_url("https://github.com/BurntSushi/ripgrep/archive/refs/tags/15.1.0.tar.gz")
version("0.1.1")
source_url("https://github.com/uutils/sed/releases/download/0.1.1/source.tar.gz")
def build():
@@ -11,6 +11,6 @@ def build():
on_build(build)
package("ripgrep")
package("sed")
dep("semi-libc @same-arch")
rust.use_auto_pack(["bin"])