summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4b2c69f3963b021202aac3b373dc1be2a6f417f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gedit-smart-home
pkgver=0.1.0
pkgrel=2
pkgdesc="Gedit 3 plugin to go to the first character instead of the start of the line using Home"
arch=("any")
url="https://github.com/hardpixel/gedit-smart-home"
license=("GPL")
depends=("gedit")
source=("https://github.com/hardpixel/gedit-smart-home/archive/$pkgver.tar.gz")
md5sums=("SKIP")

package() {
  mkdir -p "$pkgdir/usr/lib/gedit/plugins/smart-home"
  cp -a "$srcdir/$pkgname-$pkgver/." "$pkgdir/usr/lib/gedit/plugins/smart-home"
}