diff options
author | syui | 2018-06-10 14:01:54 +0900 |
---|---|---|
committer | syui | 2018-06-10 14:01:54 +0900 |
commit | 95fd0d6f59ee6552307a92dc9cd68f61b88f6fb5 (patch) | |
tree | 78babd8a1f3e4aeaff739cd6258bd2867080f78f /.SRCINFO | |
download | packages-95fd0d6f59ee6552307a92dc9cd68f61b88f6fb5.tar.gz packages-95fd0d6f59ee6552307a92dc9cd68f61b88f6fb5.tar.bz2 packages-95fd0d6f59ee6552307a92dc9cd68f61b88f6fb5.zip |
first
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..66a46eb --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,19 @@ | |||
1 | pkgbase = xq | ||
2 | pkgdesc = xml to json convert parser | ||
3 | pkgver = 0.1 | ||
4 | pkgrel = 1 | ||
5 | url = https://github.com/syui/xq | ||
6 | arch = x86_64 | ||
7 | arch = i686 | ||
8 | license = MIT | ||
9 | noextract = https://github.com/syui/xq/releases/download/0.1/linux_386_xq | ||
10 | noextract = https://github.com/syui/xq/releases/download/0.1/linux_amd64_xq | ||
11 | options = !strip | ||
12 | options = !emptydirs | ||
13 | source = https://github.com/syui/xq/releases/download/0.1/linux_386_xq | ||
14 | source = https://github.com/syui/xq/releases/download/0.1/linux_amd64_xq | ||
15 | sha1sums = ec49fc225d79473b11790e79d7c1c57b3b829cff | ||
16 | sha1sums = 883a2ec0dea0d449b34664367912af289d0b5943 | ||
17 | |||
18 | pkgname = xq | ||
19 | |||