rename bin or git

This commit is contained in:
2023-01-08 14:49:07 +03:00
parent efb2257abb
commit 091a4b7f2d
16 changed files with 61 additions and 51 deletions

View File

@ -1,5 +1,5 @@
name='admc-git'
version='6dbb92e'
version='3568.6dbb92e'
release='1'
desc='user-friendly инструмент для Linux для работы с доменом Active Directory и групповыми политиками.'
homepage='https://github.com/altlinux/admc.git'
@ -15,6 +15,11 @@ build_deps_debian=('cmake' 'debhelper' 'qtbase5-dev' 'qttools5-dev' 'libldap2-de
sources=("git+https://github.com/altlinux/${provides}.git")
checksums=('SKIP')
version() {
cd "$srcdir/${provides}"
git-version
}
prepare() {
cd "${srcdir}/${provides}"
mkdir build