# Template file for 'yandex-disk' pkgname=yandex-disk version=0.1.5.1010 revision=1 only_for_archs="i686 x86_64" short_desc="Console client for Yandex.Disk" maintainer="Alexander Mamay " license="Proprietary" homepage="https://disk.yandex.com/" repository="nonfree" 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=901756adb89ee46dab4838795bd62c74ee272e64946bb1670dd0b7b246fae3cc else debpkgid="${pkgname}_${version}_i386.deb" distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}" checksum=685f6f62a637ae0ffa5a93382024d2fd95853096d7e91c49bb3d280c2980eb7b fi do_extract() { ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${debpkgid} tar xzpvf data.tar.gz gunzip usr/share/man/man1/yandex-disk.1.gz } 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/locale usr/share install -m644 -D etc/bash_completion.d/yandex-disk-completion.bash \ ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk sed -e "s/^\(have.*\)/\#\1/" -i ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk }