blob: dfdec6330f3778bda9fba686488aaca041140498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = ananicy-cpp
pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
pkgver = 0.4.0
pkgrel = 1
url = https://gitlab.com/aviallon/ananicy-cpp/
arch = x86_64
arch = i386
arch = armv7h
license = GPLv3
makedepends = cmake
makedepends = git
depends = ananicy
depends = fmt
depends = spdlog
depends = nlohmann-json
depends = systemd
source = https://gitlab.com/aviallon/ananicy-cpp/-/archive/v0.4.0/ananicy-cpp-v0.4.0.tar.gz
md5sums = 9b7c04e1881c8e60b5474d3a916d6f56
pkgname = ananicy-cpp
|