summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: e53c5c3cd6ec30972e2791c464795f7f153b6171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = random-rs
	pkgdesc = Generate random numbers from CLI
	pkgver = 0.2.4
	pkgrel = 1
	url = https://github.com/one-d-wide/random-rs
	arch = x86_64
	arch = i686
	arch = arm
	arch = armv6h
	arch = armv7h
	arch = aarch64
	license = GPL3
	makedepends = cargo
	depends = gcc-libs
	provides = random
	conflicts = random
	source = random-rs.tar.gz::https://github.com/one-d-wide/random-rs/archive/refs/tags/v0.2.4.tar.gz
	sha256sums = d316553be350547bd114bdcde1b9fcd7e28f2a1fb92ba00e414fcfe487a3a271

pkgname = random-rs