mirror of
https://github.com/balkian/draft-bin.git
synced 2025-04-19 03:09:06 +00:00
Bump to v0.17.6 and add arm64
This commit is contained in:
parent
2651b9f1c8
commit
68c4017fb4
23
PKGBUILD
23
PKGBUILD
@ -1,26 +1,19 @@
|
||||
# Maintainer: larte <lauri.arte@gmail.com>
|
||||
# Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
|
||||
# Maintainer: larte <balkian@gmail.com>
|
||||
|
||||
pkgname=draft-bin
|
||||
pkgdesc="Draft client"
|
||||
pkgver=0.16.0
|
||||
pkgver=0.17.6
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="http://draft.sh"
|
||||
license=('mit')
|
||||
conflicts=()
|
||||
_draft_file=draft-$pkgver
|
||||
source_i686=($_draft_file::https://azuredraft.blob.core.windows.net/draft/draft-v0.16.0-linux-386.tar.gz )
|
||||
source_x86_64=($_draft_file::https://azuredraft.blob.core.windows.net/draft/draft-v0.16.0-linux-amd64.tar.gz )
|
||||
md5sums_i686=('1dfba3cbf5ddc72d171e57e9621fa8a6')
|
||||
md5sums_x86_64=('74bf02078018cbca80f15c25cea45907')
|
||||
source_x86_64=($_draft_file::https://github.com/Azure/draft/releases/download/v0.17.6/draft-linux-amd64 )
|
||||
source_aarch64=($_draft_file::https://github.com/Azure/draft/releases/download/v0.17.6/draft-linux-arm64 )
|
||||
md5sums_x86_64=('de77390d33a13a32c4de2b7b10df2ca8')
|
||||
md5sums_aarch64=('180f700055ad0fc4a6e72c6ee246f07d')
|
||||
|
||||
package() {
|
||||
FOLDER="linux-386"
|
||||
if [[ $CARCH -eq 'x86_64' ]];
|
||||
then
|
||||
FOLDER="linux-amd64"
|
||||
fi
|
||||
|
||||
install -Dm 755 "$srcdir/$FOLDER/draft" "$pkgdir/usr/bin/draft"
|
||||
install -Dm 755 "$srcdir/draft-$pkgver" "$pkgdir/usr/bin/draft"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user