blob: faf713d61d4bf22334dcc7b115a49fe1a96dd280 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = bux
pkgdesc = A supplemental C++ library with functionalities not directly supported from Modern C++ standard.
pkgver = 1.9.0
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
license = MIT
makedepends = cmake
makedepends = make
makedepends = gcc
makedepends = git
makedepends = binutils
makedepends = fakeroot
makedepends = debugedit
makedepends = gawk
options = !strip
pkgname = bux
|