mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tldr: remove conflict with tealdeer
This commit is contained in:
parent
e429b8e781
commit
39e1802ac4
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tldr'
|
# Template file for 'tldr'
|
||||||
pkgname=tldr
|
pkgname=tldr
|
||||||
version=1.0.0.alpha
|
version=1.0.0.alpha
|
||||||
revision=4
|
revision=5
|
||||||
_version=${version/.alpha/-alpha}
|
_version=${version/.alpha/-alpha}
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/isacikgoz/tldr"
|
go_import_path="github.com/isacikgoz/tldr"
|
||||||
|
@ -14,7 +14,6 @@ homepage="https://isacikgoz.me/tldr/"
|
||||||
distfiles="https://github.com/isacikgoz/tldr/archive/v${_version}.tar.gz"
|
distfiles="https://github.com/isacikgoz/tldr/archive/v${_version}.tar.gz"
|
||||||
checksum=d40e1c602d84acc67cdee3b9bed001fb8ec198c7049c1d05eb071ab05af66c19
|
checksum=d40e1c602d84acc67cdee3b9bed001fb8ec198c7049c1d05eb071ab05af66c19
|
||||||
alternatives="tldr:tldr:/usr/bin/gtldr"
|
alternatives="tldr:tldr:/usr/bin/gtldr"
|
||||||
conflicts="tealdeer<=1.2.0_1"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
|
mv ${DESTDIR}/usr/bin/tldr ${DESTDIR}/usr/bin/gtldr
|
||||||
|
|
Loading…
Add table
Reference in a new issue