rename bin or git
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user