17 lines
298 B
TOML
Executable File
17 lines
298 B
TOML
Executable File
[package]
|
|
name = "filesystem"
|
|
version = "1.0.1"
|
|
description = "FHS-compliant base directory structure for Vertex Linux"
|
|
homepage = "https://gitlab.com/vertex-linux"
|
|
license = "Unlicense"
|
|
revision = 3
|
|
|
|
[[manual_sources]]
|
|
file = "build.sh"
|
|
|
|
[build]
|
|
type = "custom"
|
|
|
|
[build.flags]
|
|
keep = [ "etc/**" ]
|