Skip to content

Vim plugin to help editing and working with PKGBUILD files

License

Notifications You must be signed in to change notification settings

Firef0x/PKGBUILD.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKGBUILD.vim Build Status

Description

PKGBUILD.vim is a Vim plugin which helps editing and working with PKGBUILD files.

A PKGBUILD is an Arch Linux package build description file (actually it is a shell script) used when creating packages.

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

  • Pathogen
  • git clone https://github.com/Firef0x/PKGBUILD.vim.git ~/.vim/bundle/PKGBUILD.vim/
  • NeoBundle
  • NeoBundle 'Firef0x/PKGBUILD.vim'
  • Vundle
  • Plugin 'Firef0x/PKGBUILD.vim' or
  • Bundle 'Firef0x/PKGBUILD.vim'
  • AUR
  • Add Firef0x's Arch Linux Repository and pacman -S vim-pkgbuild or
  • yaourt -S vim-pkgbuild or
  • packer -S vim-pkgbuild or
  • using makepkg to build the package and install
  • Manual
  • Copy all of the files into your ~/.vim directory

Usage

Some useful commands:

Credit

This is a modification of PKGBUILD in Vim Scripts. Original Maintainer is Nikolai Weibull.

Latest syntax file and PKGBUILD template are grabbed from project Pacman . Original Maintainer is Alessio 'mOLOk' Bolognino.

It seems that the project has to be released under GNU GENERAL PUBLIC LICENSE Version 2 which is inherited from project Pacman.

About

Vim plugin to help editing and working with PKGBUILD files

Resources

License

Stars

Watchers

Forks

Packages

No packages published