summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a386529c22b15f37ecaf7484023c33c0446fa0d6 (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
26
# Maintainer: Max Martin <max at maxjmartin dot com>

pkgname=circumflex-bin
pkgver=3.7
pkgrel=1
pkgdesc="A command line tool for browsing Hacker News in your terminal. Pre-compiled."
arch=('i686' 'pentium4' 'x86_64' 'aarch64')
url="https://github.com/bensadeh/circumflex"
license=('custom')
depends=('glibc')
provides=('circumflex')
conflicts=('circumflex')
source_i686=("$pkgname-$pkgver-1686.tar.gz::$url/releases/download/$pkgver/circumflex_${pkgver}_Linux_386.tar.gz")
source_pentium4=("$pkgname-$pkgver-pentium4.tar.gz::$url/releases/download/$pkgver/circumflex_${pkgver}_Linux_386.tar.gz")
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/$pkgver/circumflex_${pkgver}_Linux_amd64.tar.gz")
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/$pkgver/circumflex_${pkgver}_Linux_arm64.tar.gz")

sha256sums_i686=('8031e7ef2b8b5cd80dd6970631db99dbd580ae6c7d5a5eb6ab6c6a2b0d5c9c01')
sha256sums_pentium4=('8031e7ef2b8b5cd80dd6970631db99dbd580ae6c7d5a5eb6ab6c6a2b0d5c9c01')
sha256sums_x86_64=('ae9ad7c0db3f444e793e71d37db86e3d2c79c895c9c335ca7c8ffc04c79dc603')
sha256sums_aarch64=('d704e8e615b01c43a158c75ae391635f56969d25cacfd0dd708812df95b384a6')

package() {
    install -Dm755 circumflex "$pkgdir/usr/bin/clx"
    install -Dm644 share/man/clx.1 -t "$pkgdir/usr/share/man/man1/"
}