summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2017-09-17 02:02:35 +0200
committerliberodark2017-09-17 02:02:35 +0200
commit09033fb6963d6411e1ef4a759387a99f3e25aa46 (patch)
tree19e12558c5e3826d5faee0c1d8a2aabae606fbf9
downloadaur-09033fb6963d6411e1ef4a759387a99f3e25aa46.tar.gz
Initial import
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD25
-rw-r--r--tusk.desktop8
-rw-r--r--tusk.pngbin0 -> 745 bytes
4 files changed, 52 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e132af951034
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+# Generated by mksrcinfo v8
+# Sun Sep 17 00:01:51 UTC 2017
+pkgbase = tusk
+ pkgdesc = Refined Evernote desktop app
+ pkgver = 0.5.0
+ pkgrel = 1
+ url = https://github.com/champloohq/tusk
+ arch = x86_64
+ license = MIT
+ depends = xdg-utils
+ source = tusk.desktop
+ source = tusk.png
+ sha512sums = 33332116be04baff7111b8b10dfb49511649e6f3a6ee9c63af314ad6571d02d4de369691499b6b34aefda2a871467b4a9a517afb699e6d9ae878a445b10b67f0
+ sha512sums = 46afc3aad7d1a518df8abcebe75d7576c9fda3a10f8b046d9e7399ce76e2035e0c1db5abbedc62ff259d10c16630062d74dca93d42f1c3b5b9787146393b76f4
+ source_x86_64 = https://github.com/champloohq/tusk/releases/download/v0.5.0/tusk-0.5.0-linux-amd64.deb
+ sha512sums_x86_64 = fd94ea9191dfb3245d3d0310077e3251c458a22e03a3f200e17894e7e571dc49699f31bf27d288b1352d1e2dcddbccc1281d850cf39f3182719be55728fa3ee1
+
+pkgname = tusk
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..06edb32bc350
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: liberodark
+
+pkgname=tusk
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Refined Evernote desktop app"
+arch=('x86_64')
+url="https://github.com/champloohq/tusk"
+license=('MIT')
+depends=('xdg-utils')
+source_x86_64=("https://github.com/champloohq/tusk/releases/download/v${pkgver}/tusk-${pkgver}-linux-amd64.deb")
+source=($pkgname.desktop
+ $pkgname.png)
+
+package() {
+ cd $srcdir
+ tar xvf data.tar.xz
+ cp -r opt $pkgdir
+ install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
+ install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+sha512sums=('33332116be04baff7111b8b10dfb49511649e6f3a6ee9c63af314ad6571d02d4de369691499b6b34aefda2a871467b4a9a517afb699e6d9ae878a445b10b67f0'
+ '46afc3aad7d1a518df8abcebe75d7576c9fda3a10f8b046d9e7399ce76e2035e0c1db5abbedc62ff259d10c16630062d74dca93d42f1c3b5b9787146393b76f4')
+sha512sums_x86_64=('fd94ea9191dfb3245d3d0310077e3251c458a22e03a3f200e17894e7e571dc49699f31bf27d288b1352d1e2dcddbccc1281d850cf39f3182719be55728fa3ee1')
diff --git a/tusk.desktop b/tusk.desktop
new file mode 100644
index 000000000000..983bf17519bc
--- /dev/null
+++ b/tusk.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Tusk
+Comment=Refined Evernote desktop app
+Exec="/opt/Tusk/tusk-app" %U
+Terminal=false
+Type=Application
+Icon=tusk
+Categories=Productivity;
diff --git a/tusk.png b/tusk.png
new file mode 100644
index 000000000000..2529927442b0
--- /dev/null
+++ b/tusk.png
Binary files differ