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
25d9f2fa
Commit
25d9f2fa
authored
2 years ago
by
Patrycja Rosa
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/asciinema: upgrade to 2.2.0
parent
484ebd1c
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!35922
community/asciinema: upgrade to 2.2.0
Pipeline
#127101
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/asciinema/APKBUILD
+7
-5
7 additions, 5 deletions
community/asciinema/APKBUILD
with
7 additions
and
5 deletions
community/asciinema/APKBUILD
+
7
−
5
View file @
25d9f2fa
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
asciinema
pkgver
=
2.
1
.0
pkgver
=
2.
2
.0
pkgrel
=
0
pkgdesc
=
"Command line recorder for the asciinema.org service"
url
=
"https://github.com/asciinema/asciinema"
arch
=
"all"
license
=
"GPL-3.0-or-later"
depends
=
"python3 ncurses"
makedepends
=
"py3-setuptools"
makedepends
=
"py3-setuptools
py3-wheel py3-build py3-installer
"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/asciinema/asciinema/archive/v
$pkgver
.tar.gz"
build
()
{
python3
setup.py build
python3
-m
build
--no-isolation
--wheel
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
dist/asciinema-
$pkgver
-py3-none-any
.whl
install
-Dm644
man/asciinema.1
"
$pkgdir
/usr/share/man/man1/asciinema.1"
}
sha512sums
=
"
df77ccea13e06e9c5feda22be2366aa702acf510fdc6cbc9a09b20d67ae43a47214891fbb5ef080ff9af9c3ee2f450694c306ee1dbdbdef3f9862dc6dee60750
asciinema-2.
1
.0.tar.gz
bed0b6a3228b973dddb2f03d0b0e16af0afd6e1c4c8c1379999d49b22ed658fed325f902f462156745631f98b51675565b7ea0011512c95c8b0b3bb09552bddc
asciinema-2.
2
.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