summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 99d236834840644cf624f8b9820a97ba6f431496 (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.

pkgname='new-bin'
pkgver=0.1.4
pkgrel=1
pkgdesc='cookiecutter wrapper, let you search through github for template'
url=''
arch=('aarch64' 'i686' 'x86_64')
license=('')
provides=('new')
conflicts=('new')
depends=('python-cookiecutter')

source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/mJehanno/new/releases/download/v0.1.4/new_0.1.4_Linux_arm64.tar.gz")
sha256sums_aarch64=('d72626cf71ca2d18d75e8b414af0a7db7c859ea41677b588d706fe510a18f7fb')

source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/mJehanno/new/releases/download/v0.1.4/new_0.1.4_Linux_i386.tar.gz")
sha256sums_i686=('245604df2a27a7ba23354ae53e49cdceecf758dfbe7f72e04c99cd092718baed')

source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/mJehanno/new/releases/download/v0.1.4/new_0.1.4_Linux_x86_64.tar.gz")
sha256sums_x86_64=('a8b9cb289a9c68e32264d850741db199f263a3501121cd639ebf326ca72a3298')

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