diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-01 20:09:06 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-01 20:09:55 -0500 |
commit | 04bedad8ef1f6f92873d7bed67f0017db4095e77 (patch) | |
tree | 88e4c5be95599f570db481f8c687fd6672cd0256 /control | |
parent | 2cda3faccf750296225f1a6c0ddc740755841129 (diff) |
.deb installer!
Diffstat (limited to 'control')
-rw-r--r-- | control | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Package: ted +Version: 1.0 +Section: text +Priority: optional +Architecture: amd64 +Essential: no +Maintainer: Pommicket <pommicket@gmail.com> +Description: A text editor. +Installed-Size: 3145728 +Depends: libsdl2-2.0-0 +Homepage: https://github.com/pommicket/ted |