aboutsummaryrefslogtreecommitdiffstats
path: root/community/vim-editorconfig/APKBUILD
blob: a05105485320975fb04d914989b54ecc4fa9aa28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=vim-editorconfig
pkgver=0.7.0
pkgrel=0
pkgdesc="EditorConfig plugin for vim written in vimscript only"
url="https://github.com/sgur/vim-editorconfig"
arch="noarch"
license="MIT"
source="$pkgname-$pkgver.tar.gz::https://github.com/sgur/$pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check"  # there are no tests

package() {
	local destdir="$pkgdir/usr/share/vim/vimfiles"
	cd "$builddir"

	mkdir -p "$destdir"
	cp -r autoload doc ftdetect ftplugin plugin "$destdir"/
}

sha512sums="b89ce84d9156b68a6b19b850680f2bed0af3c4a840a7df756e1c19cd64f4d7fdd96e3ddf2c4e3f1f088bdba2b60ce85a1a28604a48546471d7b7879310886a6d  vim-editorconfig-0.7.0.tar.gz"