summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-08-27 21:14:16 +0200
committerMartchus2015-08-27 21:14:16 +0200
commit3a9c42b41317ee7f1bf011714bad7e3d066c6590 (patch)
tree7d50599d3c7c88cc364f637b5ac4415e10b46de8
downloadaur-3a9c42b41317ee7f1bf011714bad7e3d066c6590.tar.gz
initial import
-rw-r--r--.SRCINFO15
l---------PKGBUILD1
2 files changed, 16 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
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 120000
index 000000000000..89b67b0da087
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1 @@
+../../pkgbuilds/c++utilities/default/PKGBUILD \ No newline at end of file