From ed3d178bb8db30d7795888bf90f3e508a5711fb6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 22 Jun 2022 08:57:31 +0200 Subject: Add pkg-debian target to Makefile --- etc/debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/debian/control (limited to 'etc/debian') 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 +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. -- cgit v1.1