22 lines
500 B
TOML
22 lines
500 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
no-delete-static = true
|
|
cflags += "-ffat-lto-objects"
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "A commandline option parser"
|
|
homepage = "https://github.com/rpm-software-management/popt"
|
|
license = "custom"
|
|
name = "popt"
|
|
version = "1.19"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9"
|
|
url = "https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-$version.tar.gz"
|