summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso Saavedra Son2016-05-17 22:45:10 +0200
committerAlfonso Saavedra Son2016-05-17 22:45:10 +0200
commit14b8818cc53748e109ff1b43fa68ac5b40abfb9d (patch)
tree9d3df4bf3c96d8533ef0e1b771a4f82f38b80400
downloadaur-14b8818cc53748e109ff1b43fa68ac5b40abfb9d.tar.gz
Firts upload
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD31
-rw-r--r--entropipes.desktop10
-rw-r--r--entropipes.install12
-rw-r--r--entropipes.pngbin0 -> 371 bytes
5 files changed, 78 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b2a93a654bf8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,25 @@
+# Generated by mksrcinfo v8
+# Tue May 17 20:43:27 UTC 2016
+pkgbase = entropipes
+ pkgdesc = Endless Forms Most Beautiful is a crazy platformer with braincrashing mechanics
+ pkgver = 0.7.5
+ pkgrel = 1
+ url = https://son-link.itch.io/entropipes
+ install = entropipes.install
+ arch = x86_64
+ arch = i686
+ license = GPL3
+ depends = love
+ noextract = EntroPipes.love
+ options = !strip
+ source = https://dl.dropboxusercontent.com/u/58286032/juegos/EntroPipes/EntroPipes.love
+ source = entropipes.png
+ source = entropipes.desktop
+ source = entropipes.install
+ md5sums = 9c625984f399a8bf40daee9aaafc41c1
+ md5sums = d547135bc32dd68abaeff5664e7931c7
+ md5sums = 10da97bdc3b834204e32b00bd85a2fab
+ md5sums = cf6fbb67643cc68baa8ea89bbd989fa0
+
+pkgname = entropipes
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6a61bc15874c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,31 @@
+# Maintainer: Alfonso Saaverda "Son Link" <sonlink.dourden@gmail.com>
+
+pkgname=entropipes
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Endless Forms Most Beautiful is a crazy platformer with braincrashing mechanics"
+arch=('i686' 'x86_64')
+url='https://son-link.itch.io/entropipes'
+license=('GPL3')
+depends=('love')
+arch=('x86_64' 'i686')
+source=('https://dl.dropboxusercontent.com/u/58286032/juegos/EntroPipes/EntroPipes.love'
+ 'entropipes.png' 'entropipes.desktop' 'entropipes.install')
+md5sums=('9c625984f399a8bf40daee9aaafc41c1'
+ 'd547135bc32dd68abaeff5664e7931c7'
+ '10da97bdc3b834204e32b00bd85a2fab'
+ 'cf6fbb67643cc68baa8ea89bbd989fa0')
+install="${pkgname}.install"
+noextract=('EntroPipes.love')
+options=(!strip)
+
+package() {
+ mkdir -p ${pkgdir}/usr/bin
+ cat /usr/bin/love ${startdir}/EntroPipes.love > ${pkgdir}/usr/bin/${pkgname}
+ chmod 755 ${pkgdir}/usr/bin/${pkgname}
+ mkdir -p ${pkgdir}/usr/share/icons
+ mkdir -p ${pkgdir}/usr/share/applications/
+ install -m 644 "${srcdir}/${pkgname}.png" ${pkgdir}/usr/share/icons
+ install -m 644 "${srcdir}/${pkgname}.desktop" ${pkgdir}/usr/share/applications
+}
+
diff --git a/entropipes.desktop b/entropipes.desktop
new file mode 100644
index 000000000000..8dcd582f8f48
--- /dev/null
+++ b/entropipes.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Name=EntroPipes
+Comment=EntroPipes is a puzzle type game. Simply connect all pipes
+Comment[es]=EntroPipes es un juego del tipo puzzle. Simplemente conecta las tuberias
+Exec=entropipes
+Icon=entropipes
+Terminal=false
+Type=Application
+Categories=Game;
diff --git a/entropipes.install b/entropipes.install
new file mode 100644
index 000000000000..16b1a3fdf912
--- /dev/null
+++ b/entropipes.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+} \ No newline at end of file
diff --git a/entropipes.png b/entropipes.png
new file mode 100644
index 000000000000..5c8c061857e1
--- /dev/null
+++ b/entropipes.png
Binary files differ