mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gn to 0.1700.97cc440d-1
This commit is contained in:
parent
6e53700743
commit
110392f1fe
1 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=gn
|
||||
pkgver=0.1634.ad9e442d
|
||||
_commit=ad9e442d92dcd9ee73a557428cfc336b55cbd533
|
||||
pkgver=0.1700.97cc440d
|
||||
_commit=97cc440d84f050f99ff0161f9414bfa2ffa38f65
|
||||
pkgrel=1
|
||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||
arch=('x86_64')
|
||||
url="https://gn.googlesource.com/gn/+/master/README.md"
|
||||
url="https://gn.googlesource.com/gn/"
|
||||
license=('BSD')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('clang' 'ninja' 'python' 'git')
|
||||
|
@ -48,7 +48,7 @@ package() {
|
|||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
|
||||
|
||||
mkdir -p "$pkgdir/usr/share/vim/vimfiles"
|
||||
cp -r tools/gn/misc/vim/{autoload,ftdetect,ftplugin,syntax} \
|
||||
cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
|
||||
"$pkgdir/usr/share/vim/vimfiles/"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue