From e87032597e7a691a2f1661eb5cb352e9a3dbd872 Mon Sep 17 00:00:00 2001 From: defanor Date: Mon, 20 Nov 2017 04:18:24 +0300 Subject: Prepare for binary releases Add Makefile and deb-control file to generate basic Debian packages and archives with binaries. --- deb/DEBIAN/control | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deb/DEBIAN/control (limited to 'deb') diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control new file mode 100644 index 0000000..5221de6 --- /dev/null +++ b/deb/DEBIAN/control @@ -0,0 +1,15 @@ +Package: pancake +Version: 0.1.4 +Maintainer: defanor +Description: A CLI/Emacs web/gopher/file browser. + Pancake utilizes pandoc and external downloaders such as curl, adding + support for Gopher directories and plain text files, and invoking + external applications (e.g., image and PDF viewers) depending on its + configuration. +Architecture: amd64 +Section: web +Priority: extra +Homepage: https://defanor.uberspace.net/projects/pancake/ +Depends: libtinfo5, zlib1g, libc6, libgmp10, libffi6 +Recommends: curl +Suggests: rlwrap -- cgit v1.2.3