mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gn to 0.1819.e327ffdc-2
This commit is contained in:
parent
b7d671e1c1
commit
055c66f7c7
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ buildarch=28
|
||||||
pkgname=gn
|
pkgname=gn
|
||||||
pkgver=0.1819.e327ffdc
|
pkgver=0.1819.e327ffdc
|
||||||
_commit=e327ffdc503815916db2543ec000226a8df45163
|
_commit=e327ffdc503815916db2543ec000226a8df45163
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://gn.googlesource.com/gn/"
|
url="https://gn.googlesource.com/gn/"
|
||||||
|
@ -50,6 +50,7 @@ package() {
|
||||||
mkdir -p "$pkgdir/usr/share/vim/vimfiles"
|
mkdir -p "$pkgdir/usr/share/vim/vimfiles"
|
||||||
cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
|
cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
|
||||||
"$pkgdir/usr/share/vim/vimfiles/"
|
"$pkgdir/usr/share/vim/vimfiles/"
|
||||||
|
install -Dm644 -t "$pkgdir/usr/share/emacs/site-lisp" misc/emacs/gn-mode.el
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue