2018-08-27 13:30:54 -07:00
|
|
|
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
|
|
|
pkgname=helper-scripts
|
2018-09-13 15:46:32 -07:00
|
|
|
pkgver=1.5.1
|
2018-08-27 13:30:54 -07:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A collection of various helper scripts"
|
|
|
|
arch=('any')
|
|
|
|
license=('GPL3')
|
|
|
|
groups=()
|
|
|
|
depends=('curl' 'python')
|
|
|
|
makedepends=('git')
|
2018-09-13 15:46:32 -07:00
|
|
|
optdepends=()
|
2018-08-27 13:30:54 -07:00
|
|
|
source=("${pkgname}::git+file:///home/etorres/Packages/helper-scripts")
|
2018-09-13 15:46:32 -07:00
|
|
|
sha256sums=('SKIP')
|
|
|
|
sha512sums=('SKIP')
|
2018-08-27 13:30:54 -07:00
|
|
|
|
|
|
|
package() {
|
2018-09-13 15:46:32 -07:00
|
|
|
cd "${srcdir}/${pkgname}"
|
2018-08-27 13:30:54 -07:00
|
|
|
install -Dm755 "drivetemp.py" "${pkgdir}/usr/bin/drivetemp"
|
|
|
|
install -Dm755 "fqo.sh" "${pkgdir}/usr/bin/fqo"
|
|
|
|
install -Dm755 "gek.sh" "${pkgdir}/usr/bin/gek"
|
|
|
|
install -Dm755 "getweather.sh" "${pkgdir}/usr/bin/getweather"
|
|
|
|
}
|