Package Details: pat-bin 0.16.0-1

Git Clone URL: https://aur.archlinux.org/pat-bin.git (read-only, click to copy)
Package Base: pat-bin
Description: A modern Winlink client
Upstream URL: http://getpat.io
Licenses: MIT
Conflicts: pat
Provides: pat
Submitter: virtualdxs
Maintainer: virtualdxs
Last Packager: virtualdxs
Votes: 8
Popularity: 0.100082
First Submitted: 2018-03-04 19:26 (UTC)
Last Updated: 2025-01-20 17:12 (UTC)

Latest Comments

7drt commented on 2025-01-20 17:07 (UTC)

it is quite old now, i changed the pkgbuild for me

# Maintainer:  Dessa Simpson <dxs@k7dxs.net>
# Contributor: Dessa Simpson <dxs@k7dxs.net>
pkgname=pat-bin
pkgver=0.16.0
pkgrel=1
pkgdesc="A modern Winlink client"
arch=('i686' 'x86_64' 'armhf' 'armv6h')
url="http://getpat.io"
license=('MIT')
provides=('pat')
conflicts=('pat')
optdepends=('gpsd>=2.90'
            'hamlib>=1.2'
            'ncurses')
options=('!strip' '!emptydirs')
source_i686=("https://github.com/la5nta/pat/releases/download/v${pkgver}/pat_${pkgver}_linux_i386.deb")
source_x86_64=("https://github.com/la5nta/pat/releases/download/v${pkgver}/pat_${pkgver}_linux_amd64.deb")
source_armhf=("https://github.com/la5nta/pat/releases/download/v${pkgver}/pat_${pkgver}_linux_armhf.deb")
source_armv6h=("https://github.com/la5nta/pat/releases/download/v${pkgver}/pat_${pkgver}_linux_armhf.deb")
sha512sums_i686=('40552a059de446ff6fa5de18b43553db1e4bbccd9436fd7d77b09ef0a678af57ba2c128e36242ef7f3839f8e21443b96e0a9a532e1dedece8a88d4340c3eb8d7')
sha512sums_x86_64=('9534ae967b8994325f281efdff73dc44305d5993e92b382c4ec1f48c2ae0931f9e38b8a1f1b5df071bfc9e0dc6a2f24dfe6403e9e8b3ebf1c88507c1cc44cabe')
sha512sums_armhf=('56b4bd2b0783a76ffbad2b1faa7839044e67cfc94fb8e61922480d2419d3fc84a66c6c0e9987feab0d355cfa1200528d3a7d7768a4ae57c24d320ef1b09f67ca')
sha512sums_armv6h=('56b4bd2b0783a76ffbad2b1faa7839044e67cfc94fb8e61922480d2419d3fc84a66c6c0e9987feab0d355cfa1200528d3a7d7768a4ae57c24d320ef1b09f67ca')


package() {
    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"

    # Fix directories structure differencies
    cd "${pkgdir}"

    mkdir -p usr/lib 2> /dev/null; mv lib/* usr/lib; rm -rf lib

    cd ..
}

virtualdxs commented on 2021-12-10 02:01 (UTC)

@mh00h Try now, for some reason I had an empty groups array in there

mh00h commented on 2021-12-09 06:14 (UTC)

This is throwing an error: error: failed to parse srcinfo for 'pat-bin-0.12.0-1': key 'groups' requires a value: Line 10: groups =

virtualdxs commented on 2021-04-09 21:24 (UTC)

Awesome, thanks for testing!

debugrr commented on 2021-04-09 20:28 (UTC)

That was fast! Tested on a Pi ZeroW and a Pi 1b+ works for both with: makepkg -s && sudo pacman -U pat-bin-0.10.0-1-armv6h.pkg.tar.xz

And it was functional using both http, and cli commands.

virtualdxs commented on 2021-04-09 20:05 (UTC)

@debugrr Thanks! I've updated the PKGBUILD.

debugrr commented on 2021-04-09 19:26 (UTC)

This also works for Pi Zero/w/hw if you add an entry for armv6h and point it to the armhf deb file.