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
Merge requests
!75628
community/cargo-gra:enable on loongarch64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/cargo-gra:enable on loongarch64
DWwanghao/aports:cargo-gra
into
master
Overview
3
Commits
1
Pipelines
4
Changes
1
Merged
DWwanghao
requested to merge
DWwanghao/aports:cargo-gra
into
master
4 months ago
Overview
3
Commits
1
Pipelines
4
Changes
1
Expand
loongarch64 has supported nix crate
0
0
Merge request reports
Viewing commit
d3f746a0
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d3f746a0
community/cargo-gra: enable on loongarch64
· d3f746a0
DWwanghao
authored
4 months ago
community/cargo-gra/APKBUILD
+
1
−
2
Options
@@ -5,8 +5,7 @@ pkgver=0.6.2
pkgrel
=
0
pkgdesc
=
"gtk-rust-app CLI for building Flatpak apps with ease"
url
=
"https://gitlab.com/floers/cargo-gra"
# loongarch64: fails to build nix crate on loongarch64
arch
=
"all !s390x !loongarch64"
# not interested in debugging issues on s390x
arch
=
"all !s390x"
# not interested in debugging issues on s390x
license
=
"GPL-3.0-or-later"
makedepends
=
"cargo cargo-auditable"
source
=
"https://gitlab.com/floers/cargo-gra/-/archive/v
$pkgver
/cargo-gra-v
$pkgver
.tar.gz"
Loading