git-series: use cargo buildstyle
This commit is contained in:
parent
739bb8aa08
commit
5623f1ff62
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'git-series'
|
||||
pkgname=git-series
|
||||
version=0.9.1
|
||||
revision=7
|
||||
hostmakedepends="cargo cmake pkg-config rust perl"
|
||||
revision=8
|
||||
build_style=cargo
|
||||
hostmakedepends="cmake pkg-config perl"
|
||||
makedepends="libgit2-devel libcurl-devel"
|
||||
depends="git"
|
||||
short_desc="Track patch series in git"
|
||||
|
@ -11,17 +12,14 @@ license="MIT"
|
|||
homepage="https://github.com/git-series/git-series"
|
||||
distfiles="https://github.com/git-series/git-series/archive/${version}.tar.gz"
|
||||
checksum=c0362e19d3fa168a7cb0e260fcdecfe070853b163c9f2dfd2ad8213289bc7e5f
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
sed -i '/^git2 =/s/=.*/= "0.5"/' Cargo.toml
|
||||
}
|
||||
do_build() {
|
||||
pre_build() {
|
||||
export LIBGIT2_SYS_USE_PKG_CONFIG=yes
|
||||
cargo build --release
|
||||
}
|
||||
do_install() {
|
||||
vbin target/release/git-series
|
||||
post_install() {
|
||||
vman git-series.1
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue