Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
a6c8de16
Commit
a6c8de16
authored
2 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
testing/hare-vim: new aport
parent
c3de86d1
No related branches found
No related tags found
1 merge request
!39304
[3.16] main/expat: security upgrade to 2.4.9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/hare-vim/APKBUILD
+26
-0
26 additions, 0 deletions
testing/hare-vim/APKBUILD
with
26 additions
and
0 deletions
testing/hare-vim/APKBUILD
0 → 100644
+
26
−
0
View file @
a6c8de16
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
hare-vim
_pkgname
=
hare.vim
pkgver
=
0_git20220823
_gitrev
=
0bdef854f8531747438f7764cf7553ba16e56fb8
pkgrel
=
0
pkgdesc
=
"vim plugin for Hare language"
url
=
"https://git.sr.ht/~sircmpwn/hare.vim"
arch
=
"noarch"
license
=
"Vim"
install_if
=
"vim hare"
source
=
"
$pkgname
-
$_gitrev
.tar.gz::https://git.sr.ht/~sircmpwn/hare.vim/archive/
$_gitrev
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$_gitrev
"
options
=
"!check"
# no tests provided
package
()
{
local
destdir
=
"
$pkgdir
/usr/share/vim/vimfiles"
mkdir
-p
"
$destdir
"
cp
-r
compiler ftdetect ftplugin indent syntax
"
$destdir
"
/
}
sha512sums
=
"
1cd0a1d536079f101cb6977916dfda59c2fefec6e03a8a04b70fdafbb0b1782bb6d26d82ea8dced999eaa9f425fb3407f4ba70538b2a5a4832da4f01aaca0326 hare-vim-0bdef854f8531747438f7764cf7553ba16e56fb8.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment