# Maintainer: Tony G. pkgname='scaleft-client-tools' pkgdesc='ScaleFT(TM) client tools' pkgver=1.40.7 pkgrel=1 arch=('x86_64') url="https://scaleft.com" license=('custom') depends=('glibc') source=("https://pkg.scaleft.com/rpm/${pkgname}-${pkgver}-${pkgrel}.${arch}.rpm") sha256sums=('6ad37f8cc99cc554e6e498594181185b645ec48635c6122e658c482e14e7841e') package() { install -Dm0755 usr/bin/sft ${pkgdir}/usr/bin/sft install -Dm0644 usr/share/doc/scaleft-client-tools/LICENSE.txt \ ${pkgdir}/share/doc/scaleft-client-tools/LICENSE.txt }