blob: 8d61d3113680e08add6a459855d369c642f892c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = bin2cpp
pkgdesc = bin2cpp: The easiest way to embed small files into a c++ executable. bin2cpp converts text or binary files to C++ files (*.h, *.cpp) for easy access within the code.
pkgver = 3.1.1
pkgrel = 1
url = https://github.com/end2endzone/bin2cpp
arch = x86_64
license = MIT
makedepends = cmake
makedepends = doxygen
makedepends = gtest
makedepends = git
makedepends = ninja
makedepends = pkgconf
makedepends = rapidassist
depends = gcc-libs
depends = glibc
provides = bin2cpp
conflicts = bin2cpp
options = !strip
options = !lto
options = !debug
source = bin2cpp::git+https://github.com/end2endzone/bin2cpp.git#tag=3.1.1
sha256sums = c6de4b825fb74ec07f6ce104d2c9634e7053f58481c5a9e4c2f0ec50b767da41
pkgname = bin2cpp
|