summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Rindt2017-12-27 12:20:33 +0800
committerJan Rindt2017-12-27 12:20:33 +0800
commitcb0d5d648e5096aa15f00aea2e284402702cece0 (patch)
treeb81d60a2c94b19070ef71515f92c97573bf4f283
parent741d3c93f96509714aa0442594308ae51ae49344 (diff)
downloadaur-cb0d5d648e5096aa15f00aea2e284402702cece0.tar.gz
Added license information
-rw-r--r--.SRCINFO1
-rw-r--r--LICENSE6
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ce54a8697f..df66ae365ede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,6 +36,7 @@ pkgbase = hybrid-encoder
source_x86_64 = http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_171225_64bit_binary_qt521.zip
source_x86_64 = hybrid.desktop
source_x86_64 = Hybrid.png
+ source_x86_64 = LICENSE
md5sums_x86_64 = 19b40f94c7cde4697fd7779bc85b84d4
md5sums_x86_64 = dd87c6eb6df85049de38c61dfe400347
md5sums_x86_64 = 798dd936a3bc9bcd3b131d5dd6db96e6
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..d40c3080d45e
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,6 @@
+Hybrid itself is free for personal usage without a hassle.
+Hybrid is provided "as is", without any guarantee made as to its suitability or fitness for any particular use. It may contain bugs, so the use of this tool is at your own risk. The author takes no responsibility for any damage that may unintentionally be caused through its use. You may not distribute Hybrid in any form without a written permission of the author.
+
+The tools Hybrid uses are mainly under GPL, LGPL and Freeware Licence Agreement tools.
+
+Please refer to http://www.selur.de/licence for the list of all the tools Hybrid uses and their license.
diff --git a/PKGBUILD b/PKGBUILD
index d39979330a10..7b0336c8b0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,20 +33,20 @@ optdepends=('aften: support for AC-3 audio encoding'
'x265: support for H.265 video encoding')
url="http://www.selur.de/"
-#if test "$CARCH" == x86_64; then
source_x86_64=(http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_${pkgver}_64bit_binary_qt521.zip
hybrid.desktop
- Hybrid.png)
+ Hybrid.png
+ LICENSE)
md5sums_x86_64=('19b40f94c7cde4697fd7779bc85b84d4'
'dd87c6eb6df85049de38c61dfe400347'
'798dd936a3bc9bcd3b131d5dd6db96e6')
-#fi
package() {
cd "${srcdir}"
install -D -m755 Hybrid "${pkgdir}"/usr/bin/Hybrid
install -D -m644 hybrid.desktop "${pkgdir}"/usr/share/applications/hybrid.desktop
install -D -m644 Hybrid.png "${pkgdir}"/usr/share/pixmaps/Hybrid.png
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}