summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: fec6b952cc2cc8bc9a5a709704a669298c8e8969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = aocli
	pkgdesc = A blazingly fast Advent of Code CLI written in C++ in just about 650 LoC. Can be used to submit answers, view problems, and fetch inputs.
	pkgver = 1.0
	pkgrel = 1
	url = https://github.com/jeebuscrossaint/Advent-of-code
	arch = x86_64
	license = BSD-3
	makedepends = gumbo-parser
	makedepends = git
	makedepends = make
	makedepends = curl
	depends = curl
	source = git+https://github.com/jeebuscrossaint/Advent-of-code.git
	sha256sums = SKIP

pkgname = aocli