summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 58e39503dc02c5058aa9cac509ab457cf19ac752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Steve Engledow <steve at offend dot me dot uk>
pkgname=please
pkgver=1.1
pkgrel=2
pkgdesc="A command line utility that makes it easy to integrate web services into your shell scripts"
arch=('i686' 'x86_64')
url="https://github.com/stilvoid/please"
license=('MIT')
install=
changelog=
source=($pkgname-$pkgver.tar.gz)
noextract=()
md5sums_i686=('c56e2d9a48355707dbaf23feee5154d1')
md5sums_x86_64=('ed0b9396974e0e9cbe9305037b3a443b')
source=()
source_i686=("please-i686::https://github.com/stilvoid/$pkgname/releases/download/v$pkgver/$pkgname-linux-i386")
source_x86_64=("please-x86_64::https://github.com/stilvoid/$pkgname/releases/download/v$pkgver/$pkgname-linux-amd64")

package() {
  install -Dm 755 "${srcdir}/please-$CARCH" "${pkgdir}/usr/bin/please"
}