diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-30 19:11:51 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-30 19:11:51 +0200 |
commit | 28e590d5c2d6d3bb38eae7cb1978af233ecb5f64 (patch) | |
tree | f5fdebc89d5420f42a12d97b1df52eb0874e3fec /debian/control |
First commit
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..62c1a48 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: downtube +Section: web +Priority: optional +Maintainer: Roland Reichwein <mail@reichwein.it> +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, node-uglify, python3-pkg-resources, htmlmin, cleancss +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/downtube/ + +Package: downtube +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/downtube/ +Description: Web application for video download + Downtube can help you download a video specified in a HTML form, transformed + to MP3 (audio) or MP4 (video). |