Automation of arch package deploy to AUR

This commit is contained in:
André Koch-Kramer
2019-05-07 16:34:24 +02:00
parent 6b24b54591
commit b9be1eaaf4
5 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
pkgbase = instaloader
pkgdesc = Command line tool to download pictures, videos and metadata from Instagram
pkgver = {{version}}
pkgrel = 1
url = https://instaloader.github.io/
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.5
depends = python-requests>=2.4
options = !emptydirs
source = instaloader-{{version}}.tar.gz::https://codeload.github.com/instaloader/instaloader/tar.gz/v{{version}}
sha512sums = {{hash}}
pkgname = instaloader