alr-bin 0.0.14-2
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
name='alr-bin'
|
name='alr-bin'
|
||||||
version='0.0.14'
|
version='0.0.14'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Any Linux Repository'
|
desc='Any Linux Repository'
|
||||||
homepage='https://gitea.plemya-x.ru/Plemya-x/ALR'
|
homepage='https://gitea.plemya-x.ru/Plemya-x/ALR'
|
||||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
@ -22,8 +22,8 @@ prepare() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
install-binary alr
|
install-binary alr
|
||||||
install-completion bash alr < ./completions/alr
|
install-completion bash alr < ./completion/alr
|
||||||
install-completion zsh alr < ./completions/_alr
|
install-completion zsh alr < ./completion/_alr
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name='alr-git'
|
name='alr-git'
|
||||||
version='195.c632ddb354'
|
version='213.2f1770b43b'
|
||||||
release='1'
|
release='1'
|
||||||
desc='Any Linux Repository'
|
desc='Any Linux Repository'
|
||||||
homepage='https://gitea.plemya-x.ru/Plemya-x/ALR'
|
homepage='https://gitea.plemya-x.ru/Plemya-x/ALR'
|
||||||
@ -29,7 +29,7 @@ version() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/ALR"
|
cd "${srcdir}/ALR"
|
||||||
CGO_ENABLED=0 go build -ldflags="-X 'gitea.plemya-x.ru/Plemya-x/ALR/internal/config.Version=$(GIT_VERSION)'" -o alr
|
CGO_ENABLED=0 go build -ldflags="-X 'gitea.plemya-x.ru/Plemya-x/ALR/internal/config.Version=git-$version'" -o alr
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Reference in New Issue
Block a user