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
fff4781f
Commit
fff4781f
authored
7 months ago
by
Celeste
Browse files
Options
Downloads
Patches
Plain Diff
main/bc: take over maintainership
parent
cd1d7827
No related branches found
No related tags found
1 merge request
!68932
main/*: take over maintainership
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/bc/APKBUILD
+15
-5
15 additions, 5 deletions
main/bc/APKBUILD
with
15 additions
and
5 deletions
main/bc/APKBUILD
+
15
−
5
View file @
fff4781f
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname
=
bc
pkgver
=
1.07.1
pkgrel
=
4
pkgdesc
=
"A
n a
rbitrary precision numeric processing language (calculator)"
pkgrel
=
5
pkgdesc
=
"Arbitrary precision numeric processing language (calculator)"
url
=
"https://www.gnu.org/software/bc/bc.html"
arch
=
"all"
license
=
"GPL-3.0-or-later"
makedepends
=
"ed flex bison readline-dev texinfo"
makedepends
=
"
bison
ed
flex
readline-dev
texinfo
"
subpackages
=
"
$pkgname
-doc"
source
=
"https://ftp.gnu.org/gnu/bc/bc-
$pkgver
.tar.gz"
...
...
@@ -19,6 +26,7 @@ build() {
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--with-readline
make
-j1
}
...
...
@@ -31,4 +39,6 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34 bc-1.07.1.tar.gz"
sha512sums
=
"
02126d0db6b6ed06d56cfc292d6f5475ff1e574779d7e69c7809bbb1e13f946f57ea07da2a7666baa092507a951a822044b0970075f75eefe65a5c1999b75d34 bc-1.07.1.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