diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
commit | d0f33415f254cb2fee06fd89f9cfed4535322f37 (patch) | |
tree | 66c13d72eac4f0110772b4675231c891334137bc /pcr/vim-ifdef/PKGBUILD | |
parent | 7e108c74958ec076a3734822f61f145d0d69547f (diff) |
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'pcr/vim-ifdef/PKGBUILD')
-rw-r--r-- | pcr/vim-ifdef/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/vim-ifdef/PKGBUILD b/pcr/vim-ifdef/PKGBUILD deleted file mode 100644 index 1fb983cb3..000000000 --- a/pcr/vim-ifdef/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Contributor: Manuel Mendez <mmendez534 at gmail dot com> -# Author: Laszlo Papp <djszapi @ gmail at com> -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io> - -pkgname=vim-ifdef -pkgver=3.2 -_scriptid=16097 -pkgrel=1 -pkgdesc="C Preprocessor Highlighting" -arch=(any) -url="http://www.vim.org/scripts/script.php?script_id=7" -license=('custom') -depends=(vim) -install=vimdoc.install -source=(ifdef.vim::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}) - -build() { - cd "$srcdir" - install -Dm644 ifdef.vim "$pkgdir"/usr/share/vim/syntax/ifdef.vim - sed -n '/^" Copyright/,/^\s*$/ p' ifdef.vim | - sed -e 's|^" ||' -e '/^\s*$/ d' > extracted-license.txt - install -Dm644 extracted-license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt -} |