2
0
Fork 0
ilves-upload/PKGBUILD

19 lines
421 B
Bash

# Author: Arti Zirk <arti.zirk@gmail.com>
pkgname=ilves-upload
pkgver=0.0.1
pkgrel=1
pkgdesc='Helper scripts to upload files to ilves'
url='https://git.wut.ee/PKGBUILD/ilves-upload'
arch=('any')
makedepends=()
depends=()
license=('mit')
source=('ilves-upload')
md5sums=('bfedce65b675ffa9883642e092456c8c')
package() {
cd "$srcdir"
install -d $pkgdir/usr/bin
install -Dm755 ilves-upload $pkgdir/usr/bin/ilves-upload
}