summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9021d01c24f65fbe974a03a71d40c3cd4e68edea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Jacob Mischka <jacob@mischka.me>
pkgname=notes-git
pkgver=20161202
pkgrel=1
pkgdesc="Simple delightful note taking, with more unix and less lock-in."
arch=('any')
url="https://github.com/pimterry/notes"
license=('MIT')
depends=()
makedepends=('git')
provides=('notes')
source=('git+https://github.com/pimterry/notes.git')
md5sums=('SKIP')

_gitroot=notes

package() {
	cd "$srcdir/$_gitroot"
	install -D notes "$pkgdir/usr/bin/notes"
}