summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1c51eb0ef68e19bbcc684f5cc5a34ae9f96dc53e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: blambin <blambinneng at gmail dot com>
pkgname=ipfs-screencap
pkgver=0.0.1
pkgrel=1
pkgdesc="Capture screenshots, publish them to IPFS, and copy the link to the clipboard. http://ipfs.io"
arch=('x86_64' 'arm')
url="https://github.com/jbenet/ipfs-screencap"
license=('MIT')
groups=()
depends=('go-ipfs' 'xsel')
makedepends=()
source=("${pkgname%-git}::git+https://github.com/jbenet/$pkgname")
md5sums=("SKIP")
package() {
        pwd
        cd "$pkgname"
        mkdir -p ${pkgdir}/usr/bin/
	    cp ./portable-screencap ${pkgdir}/usr/bin/
        cp ./ipfs-screencap ${pkgdir}/usr/bin/
}