Created
April 30, 2016 13:13
-
-
Save karronoli/ee08e9f1876d07695de483db79a96686 to your computer and use it in GitHub Desktop.
PKGBUILD sample for redpen-paragraph.el (But M-x package-install redpen-paragraph on Emacs!)
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=emacs-redpen-paragraph | |
pkgver=0.3 | |
pkgrel=1 | |
pkgdesc="RedPen interface for proofreading paragraph." | |
arch=('any') | |
url="https://github.com/karronoli/redpen-paragraph.el" | |
license=('Apache') | |
depends=('emacs' 'redpen') | |
source=(https://github.com/karronoli/redpen-paragraph.el/archive/v${pkgver}.tar.gz) | |
package() { | |
install -Dm644 $srcdir/redpen-paragraph.el-${pkgver}/redpen-paragraph.el \ | |
-t $pkgdir/usr/share/emacs/site-lisp/ | |
} | |
md5sums=('6538c6e437b4fa523ca9ef8f3d9b55c7') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment