summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f475a0e66eec71255445b6b70eee8ef77cf8005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Dmitry Rubtsov <me@mazy.wtf>

pkgname='mcli-bin'
pkgver=1.2.0
pkgrel=1
pkgdesc='Simple shortcut menu for shell commands.'
url='https://github.com/mazzz1y/mcli'
arch=('aarch64' 'armv6h' 'x86_64')
license=('MIT')
provides=('mcli')
conflicts=('mcli')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/mazzz1y/mcli/releases/download/v1.2.0/mcli_1.2.0_linux_arm64.tar.gz")
sha256sums_aarch64=('7f7f5b1ad167ff92d7343d7a88ca9cbab04f9dfea61982b2f3ee7449c9b20b2d')

source_armv6h=("${pkgname}_${pkgver}_armv6h.tar.gz::https://github.com/mazzz1y/mcli/releases/download/v1.2.0/mcli_1.2.0_linux_armv6.tar.gz")
sha256sums_armv6h=('763b23c33c3ee757c1ebc66f92178bd9e44ff7c2379e1b854bd6bb387cf7fea8')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/mazzz1y/mcli/releases/download/v1.2.0/mcli_1.2.0_linux_amd64.tar.gz")
sha256sums_x86_64=('c5f3ca272c073a4ebf17eb4a67115d78b0fdd0d06e171174cfba425ad1031a50')

package() {
  install -Dm755 "./mcli" "${pkgdir}/usr/bin/mcli"
}