aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..37215fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: bsd-progress
+Section: utils
+Priority: optional
+Maintainer: Cameron Katri <me@cameronkatri.com>
+Build-Depends: libbsd-dev, debhelper-compat (= 12)
+Standards-Version: 4.5.1
+Homepage: https://github.com/CRKatri/bsd-progress
+Vcs-Browser: https://github.com/CRKatri/bsd-progress.git
+Vcs-Git: https://github.com/CRKatri/bsd-progress.git
+Rules-Requires-Root: no
+
+Package: bsd-progress
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: feed input to a command, displaying a progress bar
+ Taken from NetBSD-current (9.99.81)