mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
gitolite: update to 3.6.8.
This commit is contained in:
parent
069abbdcfd
commit
747bc9dc43
1 changed files with 9 additions and 8 deletions
|
@ -1,20 +1,21 @@
|
|||
# Template file for 'gitolite'
|
||||
pkgname=gitolite
|
||||
version=3.6.7
|
||||
version=3.6.8
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=fetch
|
||||
depends="git perl"
|
||||
short_desc="Access control layer on top of git"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://gitolite.com/gitolite"
|
||||
distfiles="https://github.com/sitaramc/gitolite/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=4c5d66964b2881221915f1751ae5e64a89266f8943abf5efd457672374f03edf
|
||||
|
||||
system_accounts="gitolite"
|
||||
gitolite_homedir="/var/lib/gitolite"
|
||||
gitolite_shell="/bin/sh"
|
||||
make_dirs="${gitolite_homedir} 0750 ${system_accounts} ${system_accounts}"
|
||||
depends="git perl"
|
||||
short_desc="Access control layer on top of git"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://gitolite.com/gitolite"
|
||||
distfiles="https://github.com/sitaramc/gitolite/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=f75d15bb438986b77bd8aeda7839dcd3624ae9d09dbfce245c00b906de8dbdc5
|
||||
|
||||
do_install() {
|
||||
tar -xzvf ${pkgname}-${version}.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue