Compare commits

..

No commits in common. "723a21ef97648f5ff396a400f592e048d53af18d" and "db5c74ebfb573c319582e8ae2547fe52c3879996" have entirely different histories.

2 changed files with 18 additions and 13 deletions

View file

@ -1,7 +1,8 @@
# Template file for 'git-bug'
pkgname=git-bug
version=0.10.0 # renovate: datasource=github-tags depName=git-bug/git-bug
revision=1
# Template file for 'git-bug-git'
pkgname=git-bug-git
version=20241209
revision=2
_commit=d499b6e9d3333334614924669b74640a2d0b5485
build_style=go
go_import_path="github.com/git-bug/git-bug"
hostmakedepends="git"
@ -10,9 +11,10 @@ short_desc="Distributed, offline-first bug tracker embedded in git, with bridges
maintainer="Marty Oehme <contact@martyoeh.me>"
license="GPL-3.0-only"
homepage="https://github.com/git-bug/git-bug"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
distfiles="${homepage}/archive/${_commit}.tar.gz"
replaces="git-bug>=0"
checksum=84391695b94bd628236cf263e86996c249e390d1a97acc41af21bc7d44346aca
provides="git-bug-${version}_${revision}"
checksum=b62c4b8145babac282c61e5467b815321eb0008d92df37403ba388432aeca01b
post_install() {
vlicense LICENSE
@ -58,8 +60,11 @@ post_install() {
vman doc/man/git-bug.1
vdoc doc/README.md
vdoc doc/usage/interfaces.md
vdoc doc/usage/query-language.md
vdoc doc/usage/third-party.md
vdoc doc/usage/workflows.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
}

View file

@ -1,6 +1,6 @@
# Template file for 'topen'
pkgname=topen
version=0.2.0 # renovate: datasource=github-tags depName=marty-oehme/topen
version=0.1.0 # renovate: datasource=github-tags depName=marty-oehme/topen
revision=1
build_style=python3-pep517
depends="python3-tasklib"
@ -9,6 +9,6 @@ short_desc="note editing for taskwarrior tasks"
maintainer="Marty Oehme <contact@martyoeh.me>"
license="MIT"
homepage="https://github.com/marty-oehme/topen"
distfiles="${PYPI_SITE}/t/topen/topen-${version}.tar.gz"
checksum=5de0d04db6403d00844508cab095019bba02530b731cc721502c9a8b24f0141f
distfiles="${PYPI_SITE}/t/topen/topen-0.1.0.tar.gz"
checksum=660b4b7c2aadbac9b17907380528d0549252a386c046fc3b4462c168a2f75329
make_check=no # don't exec tests, we don't have any