forked from semios/semios-packages
Compare commits
1
Commits
python-pkg
...
minised
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdc723b181 |
@@ -0,0 +1,18 @@
|
|||||||
|
from lib import cpp
|
||||||
|
from lib.make import *
|
||||||
|
|
||||||
|
version("1.16")
|
||||||
|
source_url("http://dl.exactcode.de/oss/minised/minised-1.16.tar.gz")
|
||||||
|
|
||||||
|
|
||||||
|
def build():
|
||||||
|
cpp.make()
|
||||||
|
cpp.make_install()
|
||||||
|
|
||||||
|
|
||||||
|
on_build(build)
|
||||||
|
|
||||||
|
package("minised")
|
||||||
|
dep("semi-libc @same-arch")
|
||||||
|
cpp.use_auto_pack(["bin"])
|
||||||
|
provide("sed")
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
from lib import rust
|
|
||||||
from lib.make import *
|
|
||||||
|
|
||||||
version("0.1.1")
|
|
||||||
source_url("https://github.com/uutils/sed/releases/download/0.1.1/source.tar.gz")
|
|
||||||
|
|
||||||
|
|
||||||
def build():
|
|
||||||
rust.build()
|
|
||||||
|
|
||||||
|
|
||||||
on_build(build)
|
|
||||||
|
|
||||||
package("sed")
|
|
||||||
dep("semi-libc @same-arch")
|
|
||||||
rust.use_auto_pack(["bin"])
|
|
||||||
Reference in New Issue
Block a user