David Anderson
1c6946f971
cmd/mkpkg: allow zero files in a package.
...
Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
Dmytro Shynkevych
68a173bc24
cmd/mkpkg: support adding empty directories.
...
Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>
6 years ago
Sylvain Rabot
a279032998
cmd/mkpkg: fix missing default value for --depends
...
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
6 years ago
David Anderson
ba2774ea27
cmd/mkpkg: support depending on stuff.
...
Signed-off-by: David Anderson <dave@natulte.net>
6 years ago
David Anderson
20da44eae3
cmd/mkpkg: support scripts for rpm as well.
6 years ago
David Anderson
21fc5ec371
cmd/mkpkg: support specifying that a package replaces another.
...
Both RPM and Deb require us to specify both Replaces and Conflicts:
Conflicts tells them that the packages cannot coexist on the system,
Replaces tells them which one to keep.
6 years ago
David Anderson
accf868130
cmd/mkpkg: add flags for debian scripts.
6 years ago
David Anderson
cc44e8a443
cmd/mkpkg: add small wrapper around nfpm to build deb/rpm packages.
...
Signed-Off-By: David Anderson <dave@natulte.net>
6 years ago