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
02b989df
Commit
02b989df
authored
1 year ago
by
LN Liberda
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/grass: new aport
parent
7ba62b3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!46236
testing/grass: new aport
Pipeline
#161113
canceled
1 year ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/grass/APKBUILD
+35
-0
35 additions, 0 deletions
testing/grass/APKBUILD
with
35 additions
and
0 deletions
testing/grass/APKBUILD
0 → 100644
+
35
−
0
View file @
02b989df
# Contributor: Lauren N. Liberda <lauren@selfisekai.rocks>
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
pkgname
=
grass
pkgver
=
0.12.3
pkgrel
=
0
pkgdesc
=
"Sass compiler written purely in Rust"
url
=
"https://github.com/connorskees/grass"
arch
=
"all"
license
=
"MIT"
makedepends
=
"cargo"
source
=
"
https://github.com/connorskees/grass/archive/v
$pkgver
/grass-v
$pkgver
.tar.gz
"
prepare
()
{
default_prepare
cargo fetch
--locked
--target
=
"
$CTARGET
"
}
build
()
{
cargo build
-p
grass
--release
--frozen
}
check
()
{
cargo
test
-p
grass
--tests
}
package
()
{
install
-Dm755
target/release/grass
"
$pkgdir
"
/usr/bin/grass
}
sha512sums
=
"
ea70ce7627059cd567052edcd0c0259f9f7b5db38d66211ab4c3310470ba27cf19d828731930ae56ec506fe58d5acbc2e7b53b1aef9ae274dea51e3f78efaa23 grass-v0.12.3.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