summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4fa99fe7a7a267784829c1ed941e4295cf8e6254 (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: Amine Hmida <amine hmida at gmail dot com>

pkgname='medots-bin'
pkgver=0.1.7
pkgrel=1
pkgdesc='Cross-platform dot config files manager using a yaml file.'
url='https://github.com/aminehmida/medots'
arch=('aarch64' 'i686' 'x86_64')
license=('GPL-3.0')
provides=('medots')
conflicts=('medots')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/aminehmida/medots/releases/download/v0.1.7/medots_0.1.7_Linux_arm64.tar.gz")
sha256sums_aarch64=('7725d7abe6a82eec818b75a6913afaa847208512751720a9229771dd8f13219f')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/aminehmida/medots/releases/download/v0.1.7/medots_0.1.7_Linux_i386.tar.gz")
sha256sums_i686=('52f4a1f4e7618ec7b1e071011d7e4c5158345fd025ef536b7f52c8c701600ba5')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/aminehmida/medots/releases/download/v0.1.7/medots_0.1.7_Linux_x86_64.tar.gz")
sha256sums_x86_64=('6fd0b65decd824dbb7f3855b7cc2267d3d3dfe8c7b1d15bea11d951c499d16da')

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