Created
February 2, 2016 00:29
-
-
Save alekratz/c1f4ec400c8388c84d8a to your computer and use it in GitHub Desktop.
uberwriter PKGBUILD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=uberwriter | |
pkgdesc="A simple Markdown editor that offers a lot of features." | |
pkgver=15.05.01 | |
pkgrel=1 | |
arch=('i686' 'x86_64') | |
url="http://uberwriter.wolfvollprecht.de/" | |
license=('GPL') | |
source=(http://ppa.launchpad.net/w-vollprecht/ppa/ubuntu/pool/main/u/uberwriter/uberwriter_$pkgver-publicubuntu4_all.deb) | |
md5sums=('SKIP') | |
depends=('python-gtkspellcheck' 'python-gobject' 'ttf-ubuntu-font-family' 'pandoc' 'dconf' 'desktop-file-utils' 'gnome-web-photo' 'hicolor-icon-theme' 'morituri' 'passenger' 'python' 'python-cairo' 'python-levenshtein' 'python-pyenchant' 'texlive-bin' 'yelp' 'python-regex') | |
# I got the above dependencies from debtap | |
package() { | |
mkdir data | |
tar xf data.tar.xz --directory data/ | |
cp -r data/* ${pkgdir} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment