mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
16 lines
331 B
TOML
16 lines
331 B
TOML
[source]
|
|
tar = "https://github.com/scop/bash-completion/releases/download/2.17.0/bash-completion-2.17.0.tar.xz"
|
|
b3sum = "5d6725f3baea16467f9a360dde24fb1b9ed1cd3c4e9eb7a3b959d94864a98429"
|
|
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--prefix=/",
|
|
"--datarootdir=/usr/share",
|
|
]
|
|
|
|
[package]
|
|
dependencies = [
|
|
"sed",
|
|
]
|