summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Saliés Brum2017-11-21 11:54:16 -0300
committerLucas Saliés Brum2017-11-21 11:54:16 -0300
commita43e539486c30ef54ea3eb6954f6680878520e74 (patch)
tree9d254af63ba16167a7ab5bc9867c2d175efe8522
downloadaur-a43e539486c30ef54ea3eb6954f6680878520e74.tar.gz
Initial commit
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD23
-rw-r--r--medleytext.desktop9
-rw-r--r--medleytext.pngbin0 -> 27250 bytes
4 files changed, 48 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..baba5ba7d86c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = medleytext
+ pkgdesc = Take Better Dev Notes
+ pkgver = 0.9.11
+ pkgrel = 1
+ url = https://medleytext.net/
+ arch = x86_64
+ license = unknown
+ source = https://s3.amazonaws.com/medleytext/releases/medley-latest.AppImage
+ source = medleytext.desktop
+ source = medleytext.png
+ md5sums = 75ecf9082ad34755f1e98afca8e2eecc
+ md5sums = 72c9137f873a77eda660bfd7c946ab66
+ md5sums = 9ecf66c64ddfb7e025667c4953028efd
+
+pkgname = medleytext
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7d33588c7064
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Lucas Saliés Brum <lucas@archlinux.com.br>
+pkgname=medleytext
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Take Better Dev Notes"
+arch=('x86_64')
+url="https://medleytext.net/"
+license=('unknown')
+source=("https://s3.amazonaws.com/medleytext/releases/medley-latest.AppImage"
+ "medleytext.desktop"
+ "medleytext.png")
+md5sums=('75ecf9082ad34755f1e98afca8e2eecc'
+ '72c9137f873a77eda660bfd7c946ab66'
+ '9ecf66c64ddfb7e025667c4953028efd')
+
+package() {
+ mkdir -p ${pkgdir}/usr/share/pixmaps/
+ mkdir -p ${pkgdir}/usr/share/applications/
+ mkdir -p ${pkgdir}/usr/bin/
+ install -m 755 medleytext.png ${pkgdir}/usr/share/pixmaps/medleytext.png
+ install -m 755 medleytext.desktop ${pkgdir}/usr/share/applications/medleytext.desktop
+ install -m 755 medley-latest.AppImage ${pkgdir}/usr/bin/${pkgname}
+}
diff --git a/medleytext.desktop b/medleytext.desktop
new file mode 100644
index 000000000000..7fd20a5b57ef
--- /dev/null
+++ b/medleytext.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=MedleyText
+Comment=Take Better Dev Notes
+Exec=medleytext
+Icon=medleytext
+Terminal=false
+Categories=Utility;TextEditor;
diff --git a/medleytext.png b/medleytext.png
new file mode 100644
index 000000000000..eb6d49cebfaa
--- /dev/null
+++ b/medleytext.png
Binary files differ