mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/todo.txt-cli: new aport
This commit is contained in:
parent
67d6ce49c6
commit
5224e79d26
42
testing/todo.txt-cli/APKBUILD
Normal file
42
testing/todo.txt-cli/APKBUILD
Normal file
@ -0,0 +1,42 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=todo.txt-cli
|
||||
pkgver=2.10
|
||||
pkgrel=0
|
||||
pkgdesc="A simple and extensible shell script for managing your todo.txt file."
|
||||
url="https://github.com/ginatrapani/todo.txt-cli"
|
||||
arch="noarch"
|
||||
license="GPL"
|
||||
depends="bash"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-bash-completion:bashcomp"
|
||||
source="https://github.com/ginatrapani/$pkgname/releases/download/v${pkgver}/${pkgname/-/_}-$pkgver.tar.gz"
|
||||
|
||||
builddir="$srcdir"/${pkgname/-/_}-$pkgver
|
||||
build() {
|
||||
cd "$builddir"
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
install -D -m644 todo.cfg $pkgdir/etc/todo.cfg
|
||||
install -D -m755 todo.sh $pkgdir/usr/bin/todo.sh
|
||||
}
|
||||
|
||||
bashcomp() {
|
||||
depends=""
|
||||
pkgdesc="Bash completions for $pkgname"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel bash-completion"
|
||||
arch="noarch"
|
||||
|
||||
install -Dm644 "$builddir"/todo_completion \
|
||||
"$subpkgdir"/usr/share/bash-completion/completions/${pkgname} || return 1
|
||||
}
|
||||
|
||||
|
||||
md5sums="d90098b5f031d117faf129a4c90e812d todo.txt_cli-2.10.tar.gz"
|
||||
sha256sums="b59417a26feeafd811e0f1ff17e85e69ac5bcb1a0544b736f539ffb8fe27f6a9 todo.txt_cli-2.10.tar.gz"
|
||||
sha512sums="98eb2bdcfb4e76f9313958e46eb8c9c8b68f06fb498b0b43eeb0d9e616a0c9944454fe00a45d6af89e51420f953c624f9e4c969127d478e3f2e76cc9a400d459 todo.txt_cli-2.10.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user