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
c2cf138e
Commit
c2cf138e
authored
4 years ago
by
Justin Berthault
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/nodejs-less-plugin-clean-css: new aport
parent
840ed0fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!11958
community/rclone: upgrade to 1.52.3
,
!9763
[3.12] community/znc: upgrade to 1.8.1
,
!8923
testing/writefreely: new aport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/nodejs-less-plugin-clean-css/APKBUILD
+26
-0
26 additions, 0 deletions
testing/nodejs-less-plugin-clean-css/APKBUILD
with
26 additions
and
0 deletions
testing/nodejs-less-plugin-clean-css/APKBUILD
0 → 100644
+
26
−
0
View file @
c2cf138e
# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname
=
nodejs-less-plugin-clean-css
pkgver
=
1.5.1
pkgrel
=
0
pkgdesc
=
"Post-process and compress CSS using clean-css"
url
=
"https://github.com/less/less-plugin-clean-css"
arch
=
"noarch !mips !mips64"
# blocked by nodejs
license
=
"MIT"
depends
=
"nodejs"
makedepends
=
"npm nodejs-less nodejs-clean-css"
source
=
"https://registry.npmjs.org/less-plugin-clean-css/-/less-plugin-clean-css-
$pkgver
.tgz"
options
=
"!check"
builddir
=
"
$srcdir
/package"
unpack
()
{
# skipping unpacking, installing archive directly
verify
}
package
()
{
npm
install
-g
--user
root
--prefix
"
$pkgdir
"
/usr
"
$srcdir
"
/less-plugin-clean-css-
$pkgver
.tgz
chown
-R
root
"
$pkgdir
"
}
sha512sums
=
"3dcebc0051c01093b7680a11be75135b9880880bfacbe4d0b162d34f054daa38839e8eb10afc73d40b5f425ed8d0c652a473da9456a3335114e1107951520da7 less-plugin-clean-css-1.5.1.tgz"
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