From eca9c53ff7346f48706740443f10273a91df4475 Mon Sep 17 00:00:00 2001 From: onryo Date: Sat, 10 Jun 2023 12:30:36 +0000 Subject: [PATCH] add control file --- contrib/debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 contrib/debian/control diff --git a/contrib/debian/control b/contrib/debian/control new file mode 100644 index 0000000..8fecf5c --- /dev/null +++ b/contrib/debian/control @@ -0,0 +1,14 @@ +Source: silentdragonlite +Section: utils +Priority: optional +Maintainer: onryo +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.0 +Homepage: https://hush.is +Vcs-Browser: https://git.hush.is/hush/SilentDragonLite +Vcs-Git: https://git.hush.is/hush/SilentDragonLite.git + +Package: silentdragonlite +Architecture: amd64 arm64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SilentDragonLite is a lightwallet for HUSH which does not require you to download the full blockchain. \ No newline at end of file