summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f870bb9026bd2796465532613cc3684743dd47b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
# Contributor: Noel Maersk <veox wemakethings net>
# Contributor: emhs <emhs08 gmail com>
# Contributor: Nils <mail n-sch de>

pkgname=emacs-markdown-mode
pkgver=2.5
pkgrel=1
pkgdesc='Emacs markdown-mode'
arch=('any')
url='http://jblevins.org/projects/markdown-mode/'
license=('GPL3')
depends=('emacs')
install="${pkgname}.install"
source=("https://github.com/jrblevin/markdown-mode/archive/v${pkgver}.tar.gz")
sha256sums=('188964f604ac04728dc3cbb188b91f1b385d818f583a9930f4c8f781fe9e7e58')

package() {
  cd "$srcdir/markdown-mode-${pkgver}"
  install -Dm644 markdown-mode.el "${pkgdir}"/usr/share/emacs/site-lisp/markdown-mode/markdown-mode.el
}