Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
manual_sources = []
|
||||
|
||||
[package]
|
||||
name = "oniguruma"
|
||||
version = "6.9.10"
|
||||
revision = 1
|
||||
description = " regular expression library "
|
||||
homepage = "https://github.com/kkos/oniguruma"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
[[source]]
|
||||
url = "https://github.com/kkos/oniguruma/releases/download/v$version/onig-$version.tar.gz"
|
||||
sha256 = "2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05"
|
||||
extract_dir = "$name-$version"
|
||||
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[build.flags]
|
||||
configure = []
|
||||
|
||||
[dependencies]
|
||||
build = []
|
||||
runtime = ["glibc"]
|
||||
Reference in New Issue
Block a user