parent
236e1ef438
commit
1d5e74985e
1 changed files with 21 additions and 0 deletions
21
srcpkgs/fgit/template
Normal file
21
srcpkgs/fgit/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'fgit'
|
||||
pkgname=fgit
|
||||
version=1.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
checkdepends="git"
|
||||
depends="bash git ncurses"
|
||||
short_desc="Run a Git command in several repositories"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
homepage="https://github.com/l0b0/fgit"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/l0b0/fgit/archive/${version}.tar.gz"
|
||||
checksum=c14cb8b076ccdac7f05f883cc48af48bebacba5460d0420ed06580bb13e04784
|
||||
|
||||
do_check() {
|
||||
make test
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make name=${pkgname} PREFIX=${DESTDIR}/usr DESTDIR=/usr install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue