blob: 59cb57ad0ffb5c4a7150732d2d6c6345f6487a20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = libaegis
pkgdesc = Portable C implementations of the AEGIS family of high-performance authenticated encryption algorithms.
pkgver = 0.3.1
pkgrel = 1
url = https://github.com/aegis-aead/libaegis.git
arch = i686
arch = x86_64
arch = aarch64
license = MIT
makedepends = cmake
provides = libaegis
conflicts = libaegis
options = !lto
source = git+https://github.com/aegis-aead/libaegis.git#commit=3aacc8b55c5bd5a1874027cdea944c0ae6ccdfba?signed/
sha256sums = e7cfaee42dae53cd984daedafd28ba8a4e194644f8e0be9441c04cd513a3a923
pkgname = libaegis
|