Add dotter-bin

This commit is contained in:
Marty Oehme 2025-02-24 13:47:50 +01:00
parent e7b76e118d
commit 50f47ad1de
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 69 additions and 2 deletions
dotter-bin
git-bug-git

19
dotter-bin/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'dotter-bin'
pkgname=dotter-bin
version=0.13.3
revision=1
archs="x86_64"
hostmakedepends=""
makedepends=""
depends=""
short_desc="dotfile manager and templater written in rust"
maintainer="Marty Oehme <contact@martyoeh.me>"
license="Unlicense"
homepage="https://github.com/SuperCuber/dotter"
distfiles="https://github.com/SuperCuber/dotter/releases/download/v${version}/dotter-linux-x64-musl"
skip_extraction="dotter-linux-x64-musl"
checksum=5442450982bebca00581bd04b14f4f10abdd4bed9493431c1ad451d9d8a80bb4
do_install() {
vbin $XBPS_SRCDISTDIR/$pkgname-$version/dotter-linux-x64-musl dotter
}

View file

@ -1,7 +1,7 @@
# Template file for 'git-bug-git' # Template file for 'git-bug-git'
pkgname=git-bug-git pkgname=git-bug-git
version=20241209 version=20241209
revision=1 revision=2
_commit=d499b6e9d3333334614924669b74640a2d0b5485 _commit=d499b6e9d3333334614924669b74640a2d0b5485
build_style=go build_style=go
go_import_path="github.com/git-bug/git-bug" go_import_path="github.com/git-bug/git-bug"
@ -18,5 +18,53 @@ checksum=b62c4b8145babac282c61e5467b815321eb0008d92df37403ba388432aeca01b
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
vdoc README.md
vman doc/man/git-bug-bridge-auth-add-token.1
vman doc/man/git-bug-bridge-auth-rm.1
vman doc/man/git-bug-bridge-auth-show.1
vman doc/man/git-bug-bridge-auth.1
vman doc/man/git-bug-bridge-new.1
vman doc/man/git-bug-bridge-pull.1
vman doc/man/git-bug-bridge-push.1
vman doc/man/git-bug-bridge-rm.1
vman doc/man/git-bug-bridge.1
vman doc/man/git-bug-bug-comment-edit.1
vman doc/man/git-bug-bug-comment-new.1
vman doc/man/git-bug-bug-comment.1
vman doc/man/git-bug-bug-deselect.1
vman doc/man/git-bug-bug-label-new.1
vman doc/man/git-bug-bug-label-rm.1
vman doc/man/git-bug-bug-label.1
vman doc/man/git-bug-bug-new.1
vman doc/man/git-bug-bug-rm.1
vman doc/man/git-bug-bug-select.1
vman doc/man/git-bug-bug-show.1
vman doc/man/git-bug-bug-status-close.1
vman doc/man/git-bug-bug-status-open.1
vman doc/man/git-bug-bug-status.1
vman doc/man/git-bug-bug-title-edit.1
vman doc/man/git-bug-bug-title.1
vman doc/man/git-bug-bug.1
vman doc/man/git-bug-commands.1
vman doc/man/git-bug-label.1
vman doc/man/git-bug-pull.1
vman doc/man/git-bug-push.1
vman doc/man/git-bug-termui.1
vman doc/man/git-bug-user-adopt.1
vman doc/man/git-bug-user-new.1
vman doc/man/git-bug-user-user.1
vman doc/man/git-bug-user.1
vman doc/man/git-bug-version.1
vman doc/man/git-bug-webui.1
vman doc/man/git-bug-wipe.1
vman doc/man/git-bug.1
vdoc doc/README.md
vdoc doc/architecture.md
vdoc doc/cli-convention.md
vdoc doc/feature_matrix.md
vdoc doc/howto-github.md
vdoc doc/jira_bridge.md
vdoc doc/model.md
vdoc doc/queries.md
} }