Skip to content

Commit

Permalink
yandex-disk: update to 0.1.6.1080
Browse files Browse the repository at this point in the history
don't manually extract deb
  • Loading branch information
classabbyamp committed Nov 11, 2022
1 parent 6d4dde7 commit cec76d5
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions srcpkgs/yandex-disk/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'yandex-disk'
pkgname=yandex-disk
version=0.1.6.1074
version=0.1.6.1080
revision=1
archs="i686 x86_64"
short_desc="Console client for Yandex.Disk"
Expand All @@ -12,27 +12,21 @@ restricted=yes
nostrip_files=yandex-disk

if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
debpkgid="${pkgname}_${version}_amd64.deb"
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
checksum=dddc57d2dbb1a68d8aef67450d138a9b7c7975438c10b6bbf5a0214e7fd47ecd
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/yandex-disk_${version}_amd64.deb"
checksum=47ba503b4dfccecc824386d67d686abe4b5356b8b546e48fce8811b5fa88a718
else
debpkgid="${pkgname}_${version}_i386.deb"
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
checksum=b0b0d25a966c1c48aef87bb5bceeb41d2150859cb64896fe07c765ad73bdf242
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/yandex-disk_${version}_i386.deb"
checksum=9d94d0036e22509950b2acceaa9520f36d1370256d2f9b56d7696f9ff09e249b
fi

do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${debpkgid}
bsdtar xzpvf data.tar.gz
gunzip usr/share/man/man1/yandex-disk.1.gz
post_patch() {
vsed -e "s/^\(have.*\)/\#\1/" -i etc/bash_completion.d/yandex-disk-completion.bash
}

do_install() {
vbin usr/bin/yandex-disk
vlicense usr/share/doc/yandex-disk/copyright
vman usr/share/man/man1/yandex-disk.1
vcopy usr/share/man usr/share
vcopy usr/share/locale usr/share
install -m644 -D etc/bash_completion.d/yandex-disk-completion.bash \
${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
vsed -e "s/^\(have.*\)/\#\1/" -i ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
vcompletion etc/bash_completion.d/yandex-disk-completion.bash bash
}

0 comments on commit cec76d5

Please sign in to comment.