Last active
May 19, 2020 17:20
-
-
Save aragon999/e516b1ec3dcc9073a821ed9c7990e61c to your computer and use it in GitHub Desktop.
Skeleton for minimal debian control file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package: %pkgname% | |
Version: %version% | |
Section: custom | |
Priority: optional | |
Architecture: all | |
Essential: no | |
Installed-Size: %size% | |
Maintainer: %maintainer% | |
Description: %description% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment