git-series: add license.
This commit is contained in:
parent
db34abaa78
commit
b845ecafe4
|
@ -6,7 +6,7 @@ hostmakedepends="cargo cmake pkg-config rust perl"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Track patch series in git"
|
short_desc="Track patch series in git"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/git-series/git-series"
|
homepage="https://github.com/git-series/git-series"
|
||||||
distfiles="https://github.com/git-series/git-series/archive/${version}.tar.gz"
|
distfiles="https://github.com/git-series/git-series/archive/${version}.tar.gz"
|
||||||
|
@ -20,8 +20,8 @@ do_build() {
|
||||||
export LIBGIT2_SYS_USE_PKG_CONFIG=yes
|
export LIBGIT2_SYS_USE_PKG_CONFIG=yes
|
||||||
cargo build --release
|
cargo build --release
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/release/git-series
|
vbin target/release/git-series
|
||||||
vman git-series.1
|
vman git-series.1
|
||||||
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue