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
3ae12b69
Commit
3ae12b69
authored
4 years ago
by
Duncan Bellamy
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/asuran-cli: remove cargo files in /usr
* enable building on ppc64le
parent
7bf805a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!13943
testing/asuran-cli: remove cargo files in /usr
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/asuran-cli/APKBUILD
+8
-5
8 additions, 5 deletions
testing/asuran-cli/APKBUILD
with
8 additions
and
5 deletions
testing/asuran-cli/APKBUILD
+
8
−
5
View file @
3ae12b69
...
...
@@ -2,10 +2,10 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname
=
asuran-cli
pkgver
=
0.1.6
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Asuran is a new archive format and rust implementation"
url
=
"https://gitlab.com/asuran-rs/asuran"
arch
=
"all !s390x !mips !mips64
!ppc64le"
#ppc64le takes too long to build
arch
=
"all !s390x !mips !mips64
"
license
=
"BSD-2-Clause-Patent"
makedepends
=
"cargo openssl-dev"
source
=
"https://gitlab.com/asuran-rs/asuran/-/archive/v
$pkgver
/asuran-v
$pkgver
.tar.gz"
...
...
@@ -23,15 +23,18 @@ build() {
export
RUSTFLAGS
=
$_rf
cd
asuran-cli
cargo build
--release
--locked
--verbose
$_f
cargo build
--release
--locked
$_f
}
check
()
{
cargo
test
all
--release
--locked
--verbose
cargo
test
all
--release
--locked
}
package
()
{
install
-Dm0755
target/release/asuran-cli
"
$pkgdir
"
/usr/bin/asuran-cli
cd
asuran-cli
cargo
install
--path
.
--root
=
"
$pkgdir
/usr"
rm
"
$pkgdir
"
/usr/.crates.toml
rm
"
$pkgdir
"
/usr/.crates2.json
}
sha512sums
=
"2345b9ad0daedc4b21707bcdae72f7678f8e8d7adb470f78088ceb88f8ca18d1661bc5126d6199d5e904b528c7b5b50e9f8c3d770b28b72fcad64c17e9b87add asuran-v0.1.6.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