summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Bazile2017-05-05 17:08:35 +0200
committerRomain Bazile2017-05-05 17:08:35 +0200
commita111555ef631bd828944437dd789d715a71e22f9 (patch)
treed7870758d4ae5fe7f3bcee669356af4216266b65
downloadaur-a111555ef631bd828944437dd789d715a71e22f9.tar.gz
initial release of amap 0.28 binary
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ea62ba021776
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = amap
+ pkgdesc = A tool to analyze .MAP files produced by several compilers and report the amount of memory being used by data and code.
+ pkgver = 0.28
+ pkgrel = 1
+ url = http://www.sikorskiy.net/prj/amap/index.html
+ arch = x86_64
+ license = freeware
+ depends = libpng12
+ depends = gtk2
+ source = http://www.sikorskiy.net/prj/amap/files/amap.28.ubuntu1604.x64.GTK.tar.gz
+ sha256sums = 10e617c2a85d03d6e5bd4eedec018c7ad94dd53e125cb529d0783228e4492908
+
+pkgname = amap
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e4e0b35fc186
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Romain Bazile <gromain dot baz at gmail dot com>
+
+pkgname=amap
+pkgver=0.28
+pkgrel=1
+epoch=
+pkgdesc="A tool to analyze .MAP files produced by several compilers and report the amount of memory being used by data and code."
+arch=('x86_64')
+url="http://www.sikorskiy.net/prj/amap/index.html"
+license=('freeware')
+depends=('libpng12' 'gtk2')
+source=("http://www.sikorskiy.net/prj/amap/files/amap.28.ubuntu1604.x64.GTK.tar.gz")
+sha256sums=('10e617c2a85d03d6e5bd4eedec018c7ad94dd53e125cb529d0783228e4492908')
+
+
+package() {
+ install -D -m755 ${srcdir}/amap ${pkgdir}/usr/bin/amap;
+}