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
b99f004b
Commit
b99f004b
authored
2 years ago
by
rubicon
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ocaml-mikmatch: new aport
parent
05ef8415
Loading
Loading
1 merge request
!34403
testing/ocaml-*: upgrade Reason ML, add OCamlnet and LablGtk3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ocaml-mikmatch/APKBUILD
+40
-0
40 additions, 0 deletions
testing/ocaml-mikmatch/APKBUILD
with
40 additions
and
0 deletions
testing/ocaml-mikmatch/APKBUILD
0 → 100644
+
40
−
0
View file @
b99f004b
# Contributor: rubicon <rubicon@mailo.com>
# Maintainer:
pkgname
=
ocaml-mikmatch
_pkgname
=
mikmatch
pkgver
=
1.0.9
pkgrel
=
0
pkgdesc
=
"OCaml syntax extension for regexps"
url
=
"https://mjambon.github.io/mjambon2016/micmatch.html"
arch
=
"all !riscv64"
# restricted by ocaml
license
=
"BSD-3-Clause"
depends
=
"ocaml-runtime ocaml-camlp4 ocaml-pcre ocaml-tophide"
makedepends
=
"
ocaml
ocaml-camlp4-dev
ocaml-compiler-libs
ocaml-findlib
ocaml-pcre-dev
"
options
=
"!check"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/mjambon/mikmatch/releases/download/v
$pkgver
/mikmatch-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
# 32-bit archs
case
"
$CARCH
"
in
arm
*
|
x86
)
options
=
"
$options
textrels"
;;
esac
build
()
{
make
-j1
}
package
()
{
export
OCAMLFIND_DESTDIR
=
"
$pkgdir
"
/usr/lib/ocaml
mkdir
-vp
"
$OCAMLFIND_DESTDIR
"
make
install
}
sha512sums
=
"
dcf62f67b01f039e0510446267f3d4b965daa6507631da71c8562f7eeedebf9859403d0be7a2e217365af95bb818d05de38ab4987d900a4050a1c5403a66fa5c ocaml-mikmatch-1.0.9.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