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
9d5e6ca3
Commit
9d5e6ca3
authored
2 years ago
by
Hoang Nguyen
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/litecli: new aport
parent
9464b168
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!37956
testing/litecli: new aport
Pipeline
#133313
canceled
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/litecli/APKBUILD
+36
-0
36 additions, 0 deletions
testing/litecli/APKBUILD
with
36 additions
and
0 deletions
testing/litecli/APKBUILD
0 → 100644
+
36
−
0
View file @
9d5e6ca3
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname
=
litecli
pkgver
=
1.9.0
pkgrel
=
0
pkgdesc
=
"CLI for SQLite Databases with auto-completion and syntax highlighting"
url
=
"https://litecli.com/"
arch
=
"noarch"
license
=
"BSD-3-Clause"
depends
=
"
python3
py3-cli_helpers
py3-click
py3-configobj
py3-prompt_toolkit
py3-pygments
py3-sqlparse
"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-mock py3-pytest"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/dbcli/litecli/archive/refs/tags/v
$pkgver
.tar.gz"
build
()
{
python3 setup.py build
}
check
()
{
python3
-m
pytest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
a408dfe94ed2ab1f6e2fe2445307e010b56f07d5b564020c63e1af55f16a766a4895569f411e53a57f01bad1c21635ca3f45ca3b67c322ade1bef3dc38310a75 litecli-1.9.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