]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Updated scriptisto debcargo.toml.
authorIgor Petruk <ipetruk@google.com>
Mon, 12 Dec 2022 17:51:02 +0000 (17:51 +0000)
committerMatthias Geiger <matthias.geiger1024@tutanota.de>
Tue, 20 Dec 2022 18:01:30 +0000 (19:01 +0100)
Added bin=true and suggested package summary. Adding description-only
fails the linter, so I added abridged summary too.

src/scriptisto/debian/debcargo.toml

index 91b6b83e4f095fe612f0c63d25bd76f3e2c95386..a423a14c5af767b4d78e4bb101b3414328f91915 100644 (file)
@@ -1,3 +1,4 @@
+bin = true
 overlay = "."
 uploaders = ["Igor Petruk <ipetruk@google.com>"]
 
@@ -5,3 +6,11 @@ whitelist=["data/templates/**"]
 
 [source]
 section="utils"
+
+[packages.bin]
+summary="A shebang interpreter for writing scripts in compiled languages."
+description = """
+scriptisto is a language-agnostic "shebang interpreter"
+that enables you to write scripts in compiled languages.
+"""
+