vp-build/srcpkgs/yandex-disk/template

40 lines
1.3 KiB
Bash

# Template file for 'yandex-disk'
pkgname=yandex-disk
version=0.1.5.978
revision=1
only_for_archs="i686 x86_64"
short_desc="Console client for Yandex.Disk"
maintainer="Alexander Mamay <alexander@mamay.su>"
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=163b977068018d2fe824ddec85e6e198af56c35a3dc64ccc2ee83e771f1ce73e
else
debpkgid="${pkgname}_${version}_i386.deb"
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
checksum=11f865c2e347639cf679ab32f906f033947e4e164680a9e974a1255961dee0ed
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
}