summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: eaea42f12195c44b7e1c7a319aa76482422080ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = sudo-rs
	pkgdesc = A safety oriented and memory safe implementation of sudo and su written in Rust.
	pkgver = 0.2.0
	pkgrel = 3
	url = https://github.com/memorysafety/sudo-rs
	install = sudo-rs.install
	arch = any
	license = Apache 2.0,
	license = MIT
	makedepends = cargo
	makedepends = clang
	makedepends = pam
	provides = sudo-rs
	conflicts = sudo-rs
	replaces = sudo
	options = !strip
	source = sudo-rs-0.2.0.tar.gz::https://github.com/memorysafety/sudo-rs/archive/refs/tags/v0.2.0.tar.gz
	sha256sums = 2d1e6bdfc8f14a6023328ffd48a00f7c973409e7bdc6199f484c095ad9817090

pkgname = sudo-rs