Compare commits

...

No commits in common. "main" and "gofile-downloader-git" have entirely different histories.

3 changed files with 44 additions and 3 deletions

20
.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = gofile-downloader-git
pkgdesc = Download files from https://gofile.io
pkgver = r17.41119d8
pkgrel = 1
url = https://github.com/ltsdw/gofile-downloader
arch = any
license = GPL3
makedepends = git
depends = python
depends = python-certifi
depends = python-charset-normalizer
depends = python-idna
depends = python-requests
depends = python-urllib3
provides = gofile-downloader
conflicts = gofile-downloader
source = git+https://github.com/ltsdw/gofile-downloader.git
md5sums = SKIP
pkgname = gofile-downloader-git

24
PKGBUILD Normal file
View File

@ -0,0 +1,24 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=gofile-downloader-git
pkgver=r17.41119d8
pkgrel=1
pkgdesc='Download files from https://gofile.io'
arch=(any)
url=https://github.com/ltsdw/gofile-downloader
license=(GPL3)
depends=(python python-certifi python-charset-normalizer python-idna python-requests python-urllib3)
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(git+"${url}".git)
md5sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {
install -Dm755 "${pkgname%-git}/${pkgname%-git}.py" "${pkgdir}/usr/bin/${pkgname%-git}"
}

View File

@ -1,3 +0,0 @@
# aur.git
This is a experimental mirror of the aur.git repository backing [the AUR](https://aur.archlinux.org).