2
0
Fork 0
ilves-upload/PKGBUILD

22 lines
546 B
Bash
Raw Permalink Normal View History

2017-07-09 04:35:24 +03:00
# Author: Arti Zirk <arti.zirk@gmail.com>
pkgname=ilves-upload
2017-07-09 04:43:14 +03:00
pkgver=0.0.2
2017-07-09 04:35:24 +03:00
pkgrel=1
pkgdesc='Helper scripts to upload files to ilves'
url='https://git.wut.ee/PKGBUILD/ilves-upload'
arch=('any')
makedepends=()
depends=()
license=('mit')
2017-07-09 04:43:14 +03:00
source=('ilves-upload'
'uwut-upload')
md5sums=('bfedce65b675ffa9883642e092456c8c'
'ad1f1b12cf4ef3e2d036c9cedd37b2e7')
2017-07-09 04:35:24 +03:00
package() {
cd "$srcdir"
install -d $pkgdir/usr/bin
install -Dm755 ilves-upload $pkgdir/usr/bin/ilves-upload
2017-07-09 04:43:14 +03:00
install -Dm755 uwut-upload $pkgdir/usr/bin/uwut-upload
2017-07-09 04:35:24 +03:00
}