Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TBK
aports
Commits
a5896d5c
Commit
a5896d5c
authored
Dec 18, 2020
by
Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/delta: remove
parent
7c37d386
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
37 deletions
+0
-37
testing/delta/APKBUILD
testing/delta/APKBUILD
+0
-37
No files found.
testing/delta/APKBUILD
deleted
100644 → 0
View file @
7c37d386
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname
=
delta
pkgver
=
0.4.4
pkgrel
=
2
pkgdesc
=
"viewer of git and diff output"
url
=
"https://github.com/dandavison/delta"
arch
=
"all !mips !mips64 !s390x"
# cargo
license
=
"MIT"
makedepends
=
"cargo libgit2-dev oniguruma-dev"
subpackages
=
"
$pkgname
-bash-completion
$pkgname
-zsh-completion
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/dandavison/delta/archive/
$pkgver
/
$pkgver
.tar.gz"
export
RUSTONIG_DYNAMIC_LIBONIG
=
1
export
LIBGIT2_SYS_USE_PKG_CONFIG
=
1
build
()
{
cargo build
--release
--locked
}
check
()
{
cargo
test
--release
--locked
}
package
()
{
install
-Dm0755
target/release/delta
-t
"
$pkgdir
"
/usr/bin
install
-Dm0644
etc/completion/completion.bash
\
"
$pkgdir
"
/usr/share/bash-completion/completions/delta
install
-Dm0644
etc/completion/completion.zsh
\
"
$pkgdir
"
/usr/share/zsh/site-functions/_delta
}
sha512sums
=
"1d42f87efef0ba065860fd2c3d2db3cfc1e97580b4bd031e91393a21479ab61d5c7afc99eb232eb16bf8db6853072b714027c720fd2d452be74e0ef0a5d1dc34 delta-0.4.4.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment