Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[dependencies]
|
||||
runtime = ["glibc"]
|
||||
|
||||
[package]
|
||||
description = "stream editor"
|
||||
homepage = "https://www.gnu.org/software/sed/"
|
||||
license = "GPL-3.0-or-later"
|
||||
name = "sed"
|
||||
version = "4.9"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181"
|
||||
url = "https://mirrors.kernel.org/gnu/sed/sed-4.9.tar.xz"
|
||||
|
||||
[build.flags]
|
||||
skip_tests = true
|
||||
Reference in New Issue
Block a user