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
Package Registry
Model registry
Operate
Terraform modules
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
Paul Bredbury
aports
Commits
0947df7e
Verified
Commit
0947df7e
authored
1 year ago
by
Hoang Nguyen
Committed by
Patrycja Rosa
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/templ: upgrade to 0.2.598
parent
933df133
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/templ/APKBUILD
+10
-5
10 additions, 5 deletions
testing/templ/APKBUILD
with
10 additions
and
5 deletions
testing/templ/APKBUILD
+
10
−
5
View file @
0947df7e
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname
=
templ
pkgver
=
0.2.5
43
pkgver
=
0.2.5
98
pkgrel
=
0
pkgdesc
=
"Language for writing HTML user interface in Go"
url
=
"https://templ.guide/"
# 32-bit: fail to build
arch
=
"all !x86 !armhf !armv7"
arch
=
"all"
license
=
"MIT"
makedepends
=
"go"
checkdepends
=
"gopls"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/a-h/templ/archive/refs/tags/v
$pkgver
.tar.gz"
options
=
"net"
# download Go modules
export
CGO_ENABLED
=
0
# /cmd/templ/lspcmd: hangs on s390x
# /cmd/templ/generatecmd/testwatch: panics on 32-bit platforms (unaligned 64-bit atomic operation)
case
"
$CARCH
"
in
s390x|x86|armhf|armv7
)
options
=
"
$options
!check"
;;
esac
export
GOCACHE
=
"
${
GOCACHE
:-
"
$srcdir
/go-cache"
}
"
export
GOTMPDIR
=
"
${
GOTMPDIR
:-
"
$srcdir
"
}
"
export
GOMODCACHE
=
"
${
GOMODCACHE
:-
"
$srcdir
/go"
}
"
...
...
@@ -31,5 +36,5 @@ package() {
}
sha512sums
=
"
7
024a18184a3eca4c1a6f502ae8ab99b9a7ff0ce5727d2cd586afabddbb315915891cf01e536ea5cb8e1dba71c48bf81ce90313be1bc3e16da81e542d9996b94
templ-0.2.5
43
.tar.gz
7
c7988e27498e391701c7df29663c3a44c2a50f97ea668a6fd84e54ee30dd47f3c52fe904f27b0dd184718f5518bee284e4899da48e6a00109691eaa65da6092
templ-0.2.5
98
.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