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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Dominika Liberda
aports
Commits
846bfe00
Commit
846bfe00
authored
6 years ago
by
Henrik Riomar
Browse files
Options
Downloads
Patches
Plain Diff
testing/scdoc: new aport
parent
b2de6d33
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/scdoc/APKBUILD
+31
-0
31 additions, 0 deletions
testing/scdoc/APKBUILD
with
31 additions
and
0 deletions
testing/scdoc/APKBUILD
0 → 100644
+
31
−
0
View file @
846bfe00
# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname
=
scdoc
pkgver
=
"1.3.4"
pkgrel
=
0
pkgdesc
=
"simple man page generator written for POSIX systems written in C99"
url
=
"https://git.sr.ht/~sircmpwn/scdoc"
arch
=
"all"
license
=
"MIT"
checkdepends
=
"findutils"
subpackages
=
"
$pkgname
-doc"
source
=
"https://git.sr.ht/~sircmpwn/
$pkgname
/snapshot/
$pkgname
-
$pkgver
.tar.xz
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
check
()
{
cd
"
$builddir
"
make check
}
build
()
{
cd
"
$builddir
"
make
}
package
()
{
cd
"
$builddir
"
make
PREFIX
=
"
$pkgdir
/usr"
install
}
sha512sums
=
"9e53ed0f6149d130bfd7be22b8348a8983db85c59eb11e00c0e1089b489ed7356f2d4e6902be1d800a2fe450b7e7556d6e198e5032b4c08da00d935e216f9222 scdoc-1.3.4.tar.xz"
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