mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgver=0.1819.e327ffdc
|
||||
_commit=e327ffdc503815916db2543ec000226a8df45163
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||
arch=('x86_64')
|
||||
url="https://gn.googlesource.com/gn/"
|
||||
|
@ -50,6 +50,7 @@ package() {
|
|||
mkdir -p "$pkgdir/usr/share/vim/vimfiles"
|
||||
cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
|
||||
"$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:
|
||||
|
|
Loading…
Reference in a new issue