summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Mazzuola2016-02-03 18:29:56 +0100
committeroriginof2016-02-03 18:39:52 +0100
commita525dfbf1bdb153efe28fa0679724ea11cf6dae1 (patch)
tree1e0bbc83170d1724432ae61c3f85235ef2099f9c
downloadaur-a525dfbf1bdb153efe28fa0679724ea11cf6dae1.tar.gz
First commit
-rw-r--r--.SRCINFO20
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD27
-rw-r--r--turtl.pngbin0 -> 1684 bytes
4 files changed, 49 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..386acb4db559
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 17:34:10 UTC 2016
+pkgbase = turtl
+ pkgdesc = Turtl lets you take notes, bookmark websites, and store documents for sensitive projects.
+ pkgver = 0.6.2
+ pkgrel = 1
+ url = https://turtl.it
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ depends = gendesk
+ source = https://turtl.it/releases/desktop/turtl-linux32-0.6.2.tar.bz2
+ source = https://turtl.it/releases/desktop/turtl-linux64-0.6.2.tar.bz2
+ source = turtl.png
+ md5sums = 2612da7a8664bb758b3742be5f7183ac
+ md5sums = 224d568533ddf37b7759b8c1bf39cf01
+ md5sums = 9e99b3fe83cb796343b7f1b21959f0d7
+
+pkgname = turtl
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4e0b625c61a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.tar.bz2
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..06be6fe80ac7
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Manuel Mazzuola <origin.of@gmail.com>
+pkgname=turtl
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects."
+arch=('i686' 'x86_64')
+url="https://turtl.it"
+depends=('gendesk')
+license=('GPL3')
+source=("https://turtl.it/releases/desktop/$pkgname-linux32-$pkgver.tar.bz2"
+ "https://turtl.it/releases/desktop/$pkgname-linux64-$pkgver.tar.bz2"
+ "turtl.png")
+md5sums=("2612da7a8664bb758b3742be5f7183ac"
+ "224d568533ddf37b7759b8c1bf39cf01"
+ "9e99b3fe83cb796343b7f1b21959f0d7")
+
+[[ "$CARCH" = "i686" ]] && _pkg="turtl-linux32"
+[[ "$CARCH" = "x86_64" ]] && _pkg="turtl-linux64"
+
+package() {
+ cd "${_pkg}"
+ ./install.sh ${pkgdir}$HOME/.turtl > /dev/null
+ chown -R $USER ${pkgdir}$HOME/.turtl
+ gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec "$HOME/.turtl/turtl" -f
+ install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 ../"$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
diff --git a/turtl.png b/turtl.png
new file mode 100644
index 000000000000..eb52a904576c
--- /dev/null
+++ b/turtl.png
Binary files differ