mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/protobuf: install vim files with install_if
This commit is contained in:
parent
a0f76acbe2
commit
2c56f6d8b1
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=protobuf
|
||||
pkgver=2.6.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Library for extensible, efficient structure packing"
|
||||
url="http://code.google.com/p/protobuf/"
|
||||
arch="all"
|
||||
@ -54,6 +54,7 @@ py() {
|
||||
vim() {
|
||||
depends=""
|
||||
pkgdesc="Vim syntax for $pkgname"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel vim"
|
||||
arch="noarch"
|
||||
|
||||
install -Dm644 "$_builddir"/editors/proto.vim \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user