blob: d893993ba3ea8cf017afb029182beddca8cc2b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = carve-bin
pkgdesc = Carve out the essentials of your Clojure app.
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/borkdude/carve
arch = x86_64
license = EPL
depends = gcc-libs
depends = zlib
provides = carve
conflicts = carve
source_x86_64 = https://github.com/borkdude/carve/releases/download/v0.2.0/carve-0.2.0-linux-amd64.zip
sha256sums_x86_64 = 76b92ac5fa52efaa3fab6f1eb71f141bfd8301373bbaafa63864be2f5823fea9
pkgname = carve-bin
|