Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add APKBUILD (Alpine package build script) syntax support #4637

Closed
mc-butler opened this issue Jan 27, 2025 · 5 comments
Closed

Add APKBUILD (Alpine package build script) syntax support #4637

mc-butler opened this issue Jan 27, 2025 · 5 comments
Assignees
Labels
area: mcedit mcedit, the built-in text editor prio: low Minor problem or easily worked around
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/4637
Reporter zaytsev (@zyv)

https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/main/mc/alpine_syntax.patch

--- a/misc/syntax/Syntax.in
+++ b/misc/syntax/Syntax.in
@@ -250,6 +250,9 @@
 file .\*\\.strace$ Strace\sdebug\soutput
 include strace.syntax
 
+file APKBUILD$ Alpine\spackage\sbuild\sscript
+include PKGBUILD.syntax
+
 file PKGBUILD$ Arch\spackage\sbuild\sscript
 include PKGBUILD.syntax
@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 27, 2025 at 16:26 UTC (comment 1)

  • Priority changed from major to minor

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 31, 2025 at 8:20 UTC (comment 2)

  • Owner set to zaytsev
  • Branch state changed from no branch to on review
  • Status changed from new to accepted

Branch: 4637_apkbuild_syntax
Changeset: [4529746deaa4ac8e7240bcb8e7966bd1ebf632b4]

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jan 31, 2025 at 12:18 UTC (comment 3)

  • Votes set to andrew_b
  • Branch state changed from on review to approved

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 31, 2025 at 16:36 UTC (comment 4)

  • Votes changed from andrew_b to committed-master
  • Resolution set to fixed
  • Status changed from accepted to testing
  • Branch state changed from approved to merged

@mc-butler
Copy link
Author

Changed by zaytsev (@zyv) on Jan 31, 2025 at 16:37 UTC (comment 5)

  • Status changed from testing to closed

Merged as [ad84406] .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: low Minor problem or easily worked around
Development

No branches or pull requests

2 participants