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
Merge requests
!71636
testing/fildesh: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/fildesh: new aport
grencez/aports:fildesh
into
master
Overview
5
Commits
1
Pipelines
22
Changes
1
Merged
Alex Klinkhamer
requested to merge
grencez/aports:fildesh
into
master
5 months ago
Overview
3
Commits
1
Pipelines
22
Changes
1
Expand
https://github.com/fildesh/fildesh/releases/tag/v0.2.0
Edited
5 months ago
by
Alex Klinkhamer
0
0
Merge request reports
Compare
master
version 18
3a52d265
4 months ago
version 17
f5c0bf34
4 months ago
version 16
4dfb8b18
4 months ago
version 15
c7d37cb1
5 months ago
version 14
c567cfa2
5 months ago
version 13
20b8f5e4
5 months ago
version 12
c4c00be3
5 months ago
version 11
2b487b94
5 months ago
version 10
02d79b18
5 months ago
version 9
ad1cc952
5 months ago
version 8
14e196e9
5 months ago
version 7
5656eab7
5 months ago
version 6
af35a2a1
5 months ago
version 5
e0d5468e
5 months ago
version 4
587c6909
5 months ago
version 3
8b09f591
5 months ago
version 2
b35954d9
5 months ago
version 1
d1fe74a3
5 months ago
master (base)
and
latest version
latest version
63ac2c10
1 commit,
4 months ago
version 18
3a52d265
1 commit,
4 months ago
version 17
f5c0bf34
1 commit,
4 months ago
version 16
4dfb8b18
1 commit,
4 months ago
version 15
c7d37cb1
1 commit,
5 months ago
version 14
c567cfa2
1 commit,
5 months ago
version 13
20b8f5e4
1 commit,
5 months ago
version 12
c4c00be3
2 commits,
5 months ago
version 11
2b487b94
1 commit,
5 months ago
version 10
02d79b18
1 commit,
5 months ago
version 9
ad1cc952
1 commit,
5 months ago
version 8
14e196e9
1 commit,
5 months ago
version 7
5656eab7
1 commit,
5 months ago
version 6
af35a2a1
1 commit,
5 months ago
version 5
e0d5468e
1 commit,
5 months ago
version 4
587c6909
1 commit,
5 months ago
version 3
8b09f591
1 commit,
5 months ago
version 2
b35954d9
1 commit,
5 months ago
version 1
d1fe74a3
1 commit,
5 months ago
1 file
+
47
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/fildesh/APKBUILD
0 → 100644
+
47
−
0
Options
# Contributor: Alex Klinkhamer <about.alpinelinux@grencez.dev>
# Maintainer: Alex Klinkhamer <about.alpinelinux@grencez.dev>
pkgname
=
fildesh
pkgver
=
0.2.0
pkgrel
=
0
pkgdesc
=
"Shell tool for creating nonlinear Unix pipelines"
url
=
"https://github.com/fildesh/fildesh"
arch
=
"all"
license
=
"ISC"
makedepends
=
"
cmake
samurai
"
subpackages
=
"
$pkgname
-doc::noarch
$pkgname
-vim::noarch
"
source
=
"https://github.com/fildesh/fildesh/releases/download/v
$pkgver
/fildesh-
$pkgver
.tar.gz"
build
()
{
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DBUILD_TESTING
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
cmake
--build
build
}
check
()
{
ctest
--test-dir
build
--output-on-failure
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
--component
bin
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
--component
share_vim
install
-m
644
-D
LICENSE
"
$pkgdir
/usr/share/licenses/
$pkgname
/LICENSE"
}
vim
()
{
pkgdesc
=
"
$pkgname
(vim support)"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
vim"
amove usr/share/vim
}
sha512sums
=
"
22fb163d6cb2d5971e11cdf409e77a8b0a83be7a14f5718ac6f4c8c9783e219f5171517615805434b9b3171829b5b3d4287c4844b62a64adf7cb21dd34229b09 fildesh-0.2.0.tar.gz
"
Loading