summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fc35e240da111128310a341522c628d0d0d2c435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Maintainer: Jamie Steven (gritty.water0696@fastmail.com)
_name=pixlet
pkgname=${_name}-bin
pkgver=0.31.0
pkgrel=1
arch=("x86_64" "aarch64")
pkgdesc='Build apps for pixel-based displays'
url="https://github.com/tidbyt/pixlet"
license=(APACHE)
provides=("${_name}")

source_x86_64=("https://github.com/tidbyt/pixlet/releases/download/v${pkgver}/pixlet_${pkgver}_linux_amd64.tar.gz")
source_aarch64=("https://github.com/tidbyt/pixlet/releases/download/v${pkgver}/pixlet_${pkgver}_linux_arm64.tar.gz")

sha1sums_x86_64=('63d3e9e936f5c43ac5c2e255f90bb16c8376c7e6')
sha1sums_aarch64=('800cd8e19c748e7ee188155bade3d5e4af5b9f68')

package() {
  install -Dm755 ${_name} ${pkgdir}/usr/bin/${_name}
}