aboutsummaryrefslogtreecommitdiff
path: root/etc/debian
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-06-22 08:57:31 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-06-22 08:57:31 +0200
commited3d178bb8db30d7795888bf90f3e508a5711fb6 (patch)
treea50023b27ac89256e5c80db40092778a11c8d525 /etc/debian
parentf18666297208e3166a09a0ac380931009353fc0c (diff)
Add pkg-debian target to Makefile
Diffstat (limited to 'etc/debian')
-rw-r--r--etc/debian/control14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/debian/control b/etc/debian/control
new file mode 100644
index 0000000..867a679
--- /dev/null
+++ b/etc/debian/control
@@ -0,0 +1,14 @@
+Package: bashtard
+Version: %VERSION%
+Source: bashtard
+Section: admin
+Priority: optional
+Maintainer: Patrick Spek <p.spek+debian@tyil.nl>
+Homepage: https://git.tyil.nl/bashtard
+Architecture: all
+Depends:
+Description: Simple configuration management in Bash
+ Bashtard is a configuration management system built on the idea of simplicity
+ for the user. It lets you write reasonably simple Bash scripts to configure
+ your systems, while providing just enough abstractions to make it easy to
+ work with various base systems.