summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: eae14d1b6fc16d64aef6b4bac5498f5fc3683671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Kristof Vannotten <kristof@vannotten.be>
pkgname=pcd
_pkgname=pcd
pkgver=v0.8.1
pkgrel=1
pkgdesc="cli podcatcher writter in go"
arch=('i686' 'x86_64')
license=('GPL')
url="https://github.com/kvannotten/pcd"

source=(
  https://github.com/kvannotten/pcd/releases/download/$pkgver/pcd_linux_amd64
)

md5sums=(
	'SKIP'
)

package() {
  install -Dm755 "${srcdir}/pcd_linux_amd64" "${pkgdir}/usr/bin/pcd"
}