diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-30 16:26:39 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-30 16:31:25 +0300 |
| commit | 4bf685f951217b0b5b4df067b8dfeec8bae01357 (patch) | |
| tree | 7e0065d13a3eb88b783e9468e785856784d8734e /examples/INSTALL | |
| parent | f756b0d1c97193a0c1ad440977fb279c88c4e66a (diff) | |
Major updates in network sector, implemented package fetch by index, some fixes in pkgtoolkit
Diffstat (limited to 'examples/INSTALL')
| -rw-r--r-- | examples/INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/INSTALL b/examples/INSTALL index 6296c67..76f08a0 100644 --- a/examples/INSTALL +++ b/examples/INSTALL @@ -2,6 +2,8 @@ name = "my-package" version = "1.0.0" arch = "X86_64" +descr = "Just example INSTALL script" +license = "BSD-2-Clause" [install] path = "/usr/bin/my-package" |
