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
5d97a669
Commit
5d97a669
authored
1 week ago
by
Matthias Ahouansou
Committed by
Patrycja Rosa
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/typos-lsp: new aport
parent
99d241e3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!81374
testing/typos-lsp: new aport
Pipeline
#307817
canceled
1 week ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/typos-lsp/APKBUILD
+36
-0
36 additions, 0 deletions
testing/typos-lsp/APKBUILD
with
36 additions
and
0 deletions
testing/typos-lsp/APKBUILD
0 → 100644
+
36
−
0
View file @
5d97a669
# Contributor: Matthias Ahouansou <matthias@ahouansou.cz>
maintainer
=
"Matthias Ahouansou <matthias@ahouansou.cz>"
pkgname
=
typos-lsp
pkgver
=
0.1.35
pkgrel
=
0
pkgdesc
=
"Source code spell checker for Visual Studio Code and LSP clients"
url
=
"https://github.com/tekumara/typos-lsp"
arch
=
"all"
license
=
"MIT"
makedepends
=
"cargo-auditable"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/tekumara/typos-lsp/archive/refs/tags/v
$pkgver
.tar.gz"
options
=
"net"
# cargo packages
prepare
()
{
default_prepare
cargo fetch
--target
=
"
$CTARGET
"
--locked
}
check
()
{
cargo
test
--frozen
}
build
()
{
cargo auditable build
--release
--frozen
}
package
()
{
install
-Dm755
target/release/typos-lsp
-t
"
$pkgdir
"
/usr/bin
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
"
$pkgname
"
/LICENSE
}
sha512sums
=
"
95127cd1dda06abfa989566682f50d8c916fe5bcdd29bcf83a14d7294913d5dce2a7382a00aa040fdebb9499b36654a78b91100352d40413f96fdc141cca0baf typos-lsp-0.1.35.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