summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 866043ae29850052bbac1b404d7a4870e5566432 (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
27
28
29
#Maintainer: AlpixTM aka Lukas N. <contact@alpix.eu>
pkgname=transfersh
pkgver=1.1
pkgrel=1
pkgdesc="unofficial command-line client for https://github.com/dutchcoders/transfer.sh (https://transfer.sh) Share a file easy with >transfersh filepath<"
arch=('any')
url="https://github.com/AlpixTM/transfersh"
license=('AGPL')
groups=()
depends=('python' 'python-requests')
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(https://github.com/AlpixTM/transfersh/archive/v$pkgver.tar.gz)
noextract=()
md5sums=('SKIP') #autofill using updpkgsums

package() {
cd "$pkgname-$pkgver"
install -D -m 755 "${srcdir}/transfersh-$pkgver/transfersh" "${pkgdir}/usr/bin/transfersh"
install -D -m 755 "${srcdir}/transfersh-$pkgver/README.md" "${pkgdir}/usr/share/$pkgname/README.md"
install -D -m 644 "${srcdir}/transfersh-$pkgver/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}