mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
git-series: remove, upstream dead and obsolete.
This commit is contained in:
parent
01c6f51fc6
commit
82e308fc06
1 changed files with 0 additions and 29 deletions
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'git-series'
|
||||
pkgname=git-series
|
||||
version=0.9.1
|
||||
revision=18
|
||||
build_style=cargo
|
||||
hostmakedepends="cmake pkg-config perl"
|
||||
makedepends="libgit2-devel libcurl-devel"
|
||||
depends="git"
|
||||
short_desc="Track patch series in git"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/git-series/git-series"
|
||||
distfiles="https://github.com/git-series/git-series/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=c0362e19d3fa168a7cb0e260fcdecfe070853b163c9f2dfd2ad8213289bc7e5f
|
||||
|
||||
post_extract() {
|
||||
cargo update --package libc@0.2.17 --precise 0.2.55
|
||||
cargo update --package url@1.2.3 --precise 1.7.2
|
||||
cargo update --package openssl-sys@0.9.1 --precise 0.9.91
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
export LIBGIT2_SYS_USE_PKG_CONFIG=yes
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman git-series.1
|
||||
vlicense LICENSE.txt
|
||||
}
|
Loading…
Add table
Reference in a new issue