From 27fcb53131c1e1049c8a795010612ee80837fa5f Mon Sep 17 00:00:00 2001 From: Tom McKeesick Date: Tue, 9 Apr 2024 22:19:07 +1000 Subject: [PATCH] add a .debmake config for use with the 'debmake' package: https://github.com/rda0/debmake --- .debmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .debmake diff --git a/.debmake b/.debmake new file mode 100644 index 0000000..dcec639 --- /dev/null +++ b/.debmake @@ -0,0 +1,11 @@ +# Target is the path where the package files will be installed (without leading `/`) +TARGET="usr/bin/pokesay" + +# The source of the software +HOMEPAGE="https://github.com/tmck-code/pokesay" + +# Short description (max. 80 characters) +DESCRIPTION_SHORT="An adaptation of the classic \"cowsay\"" + +# Long description will be broken to multiple lines (at 80 characters) +DESCRIPTION_LONG="pokesay is a configurable talking pokemon, written in Go." \ No newline at end of file