blob: 375fd9b33cb76bb826a217862001e5a3a1b23c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = aes-git
pkgdesc = encryption utility with very simple interface
pkgver = 0.2.0.r2.gd311ffd
pkgrel = 2
url = https://github.com/x1b6e6/aes
arch = any
license = MIT
makedepends = gcc
makedepends = make
makedepends = cmake
depends = libgcrypt
depends = docopt
provides = aes
conflicts = aes
source = aes::git+https://github.com/x1b6e6/aes
sha1sums = SKIP
pkgname = aes-git
|