summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d73950d49728
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = c++utilities
+ pkgdesc = Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.
+ pkgver = 2.0.0
+ pkgrel = 1
+ url = https://github.com/Martchus/cpp-utilities
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = qt5-base
+ depends = gcc-libs
+ source = c++utilities-2.0.0.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v2.0.0.tar.gz
+ sha256sums = skip
+
+pkgname = c++utilities
+