X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/2e0000a6ebc1f58df6f3c1bf93ecb964a83ea938..57351e3349ace090ea14b7814b84e5297e917770:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 00721e8..8810838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "blog" version = "7.0.0" edition = "2021" +license = "AGPL-3.0-or-later" +description = "Command line tool to author and manage a semi-ephemeral™ blog with a gemini archive." +homepage = "https://r.bdr.sh/blog.html" [dependencies] time = { version = "0.3.34", features = ["macros", "formatting"] } @@ -12,3 +15,9 @@ serde_json = "1.0.114" strip = true lto = true panic = "abort" + +[package.metadata.generate-rpm] +assets = [ + { source = "target/release/blog", dest = "/usr/bin/blog", mode = "755" }, + { source = "man/blog.1", dest = "/usr/share/man/man1/blog.1", mode = "644" }, +]