diff options
author | Yigit Sever | 2021-11-03 19:51:35 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-03 19:57:46 +0300 |
commit | 2a9297138db1a7dc1610e69b5f902b0e62795bb2 (patch) | |
tree | 72d6fbd64bf68d117d63735708794be5a691a551 /.SRCINFO | |
download | packages-2a9297138db1a7dc1610e69b5f902b0e62795bb2.tar.gz packages-2a9297138db1a7dc1610e69b5f902b0e62795bb2.tar.bz2 packages-2a9297138db1a7dc1610e69b5f902b0e62795bb2.zip |
Initial commit 0.3.1
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..6247c1d --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,16 @@ | |||
1 | pkgbase = ouch-bin | ||
2 | pkgdesc = Painless compression and decompression in the terminal (binary release) | ||
3 | pkgver = 0.3.1 | ||
4 | pkgrel = 1 | ||
5 | url = https://github.com/ouch-org/ouch | ||
6 | arch = x86_64 | ||
7 | license = MIT | ||
8 | provides = ouch | ||
9 | conflicts = ouch | ||
10 | conflicts = ouch-git | ||
11 | source = ouch::https://github.com/ouch-org/ouch/releases/download/0.3.1/ouch-x86_64-linux-musl | ||
12 | source = LICENSE::https://raw.githubusercontent.com/ouch-org/ouch/master/LICENSE | ||
13 | sha256sums = 48843b18aee48273e60456267c408163d51df046ad79a6cdd99c75c45cb79afe | ||
14 | sha256sums = f082ccc8a66b3fdbeb6d53d5fe084934fc6f480a9d1d9243d2c5d9e45ec76938 | ||
15 | |||
16 | pkgname = ouch-bin | ||