blob: acf873a7bf2e6b9c98eace927fa96824d9734562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pkgbase = oras
pkgdesc = A command line tool that allows you to push and pull files from any OCI registry
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/oras-project/oras
arch = x86_64
license = MIT
makedepends = go
makedepends = git
source = oras::git+https://github.com/oras-project/oras#commit=v1.0.0
sha512sums = SKIP
pkgname = oras
|