19 lines
527 B
TOML
19 lines
527 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
runtime = ["perl-xml-parser"]
|
|
|
|
[package]
|
|
description = "The internationalization tool collection"
|
|
homepage = "https://launchpad.net/intltool"
|
|
license = "GPL-2.0-or-Later"
|
|
name = "intltool"
|
|
version = "0.51.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
|
|
url = "https://launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz"
|
|
post_extract = ['''sed -i 's:\\\${:\\\$\\{:' intltool-update.in''']
|