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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
156a6876
Unverified
Commit
156a6876
authored
5 years ago
by
Leo
Committed by
TBK
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/sassc: upgrade to 3.6.0
Closes: GH-8072
parent
4603e599
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
community/sassc/APKBUILD
+2
-8
2 additions, 8 deletions
community/sassc/APKBUILD
with
2 additions
and
8 deletions
community/sassc/APKBUILD
+
2
−
8
View file @
156a6876
# Maintainer: Thomas Boerger <thomas@webhippie.de>
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname
=
sassc
pkgname
=
sassc
pkgver
=
3.
5
.0
pkgver
=
3.
6
.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Libsass command line driver"
pkgdesc
=
"Libsass command line driver"
url
=
"https://github.com/sass/sassc"
url
=
"https://github.com/sass/sassc"
...
@@ -8,17 +8,13 @@ arch="all"
...
@@ -8,17 +8,13 @@ arch="all"
license
=
"MIT"
license
=
"MIT"
makedepends
=
"libsass-dev autoconf automake libtool"
makedepends
=
"libsass-dev autoconf automake libtool"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/sass/
$pkgname
/archive/
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/sass/
$pkgname
/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
prepare
()
{
default_prepare
default_prepare
cd
"
$builddir
"
autoreconf
-vif
autoreconf
-vif
}
}
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--host
=
$CHOST
\
...
@@ -28,13 +24,11 @@ build() {
...
@@ -28,13 +24,11 @@ build() {
}
}
check
()
{
check
()
{
cd
"
$builddir
"
./sassc
--help
>
/dev/null
./sassc
--help
>
/dev/null
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"
9c94056f66688016dd8eaae9cc791be4b397406b89f1289946c4481b5e1904486878d22fd65e695ed89f9b41a9f902932eb4074e7b0923ce3d4823ea3140334f
sassc-3.
5
.0.tar.gz"
sha512sums
=
"
0d8de651b1587f4994a5da85ad09ec2ce6e240213dbaa567c6b9baa612fe82e337061d9a5a8a3a5588e4c366c1178b6fd04e9d699a0be3d83c68f98bac774527
sassc-3.
6
.0.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