Skip to content

Instantly share code, notes, and snippets.

@karronoli
Created April 30, 2016 13:13
Show Gist options
  • Save karronoli/ee08e9f1876d07695de483db79a96686 to your computer and use it in GitHub Desktop.
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!)
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