Compare commits
3 commits
c1bce25100
...
9fd5b3ceae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9fd5b3ceae | ||
|
|
f3ca478ee3 | ||
|
|
b3545d7ba9 |
3 changed files with 34 additions and 21 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,21 +1,17 @@
|
||||||
pkgbase = udsclient3
|
pkgbase = udsclient3
|
||||||
pkgdesc = UDS client required for polilabs, a remote desktop service for the UPV
|
pkgdesc = UDS client required for polilabs, a remote desktop service for the UPV
|
||||||
pkgver = 3.6.0
|
pkgver = 4.0.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://polilabs.upv.es/uds/page/client-download
|
url = https://polilabs.upv.es/uds/page/client-download
|
||||||
arch = any
|
arch = any
|
||||||
license = unknown
|
license = unknown
|
||||||
depends = python>=3.6
|
depends = python>=3.9
|
||||||
depends = python-paramiko
|
|
||||||
depends = python-requests
|
depends = python-requests
|
||||||
depends = python-six
|
depends = python-six
|
||||||
depends = python-pyqt5
|
depends = python-cryptography
|
||||||
depends = python-crypto
|
depends = python-pyqt6
|
||||||
depends = python-certifi
|
|
||||||
depends = python-psutil
|
|
||||||
depends = qtermwidget
|
|
||||||
depends = freerdp
|
depends = freerdp
|
||||||
source = udsclient3-3.6.0.tar.gz::https://polilabs.upv.es/uds/res/clients/udsclient3-3.6.0.tar.gz
|
source = udsclient3-4.0.0.tar.gz::https://polilabs.upv.es/uds/res/clients/udsclient3-4.0.0.tar.gz
|
||||||
sha256sums = be3cf0b2299c16d229e43f4376060e43b4a579e347ae73faa54b8af351bd2ce3
|
sha256sums = f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27
|
||||||
|
|
||||||
pkgname = udsclient3
|
pkgname = udsclient3
|
||||||
|
|
|
||||||
21
.forgejo/workflows/build.yaml
Normal file
21
.forgejo/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
cancel-in-progress: false
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: archlinux:base-devel
|
||||||
|
steps:
|
||||||
|
- uses: https://git.cgj.es/archpkgs/actions/build-pkg@v1
|
||||||
|
name: build-pkg@v1
|
||||||
|
publish:
|
||||||
|
needs: [build]
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: https://git.cgj.es/archpkgs/actions/publish-pkg@v1
|
||||||
|
name: publish-pkg@v1
|
||||||
|
with:
|
||||||
|
PKG_TOKEN: ${{ secrets.PKG_TOKEN }}
|
||||||
16
PKGBUILD
16
PKGBUILD
|
|
@ -1,24 +1,20 @@
|
||||||
# Maintainer: Carlos Galindo <cargaji@vrain.upv.es>
|
# Maintainer: Carlos Galindo <cargaji@vrain.upv.es>
|
||||||
|
|
||||||
pkgname=udsclient3
|
pkgname=udsclient3
|
||||||
pkgver=3.6.0
|
pkgver=4.0.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="UDS client required for polilabs, a remote desktop service for the UPV"
|
pkgdesc="UDS client required for polilabs, a remote desktop service for the UPV"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://polilabs.upv.es/uds/page/client-download"
|
url="https://polilabs.upv.es/uds/page/client-download"
|
||||||
license=('unknown')
|
license=('unknown')
|
||||||
depends=('python>=3.6'
|
depends=('python>=3.9'
|
||||||
'python-paramiko'
|
|
||||||
'python-requests'
|
'python-requests'
|
||||||
'python-six'
|
'python-six'
|
||||||
'python-pyqt5'
|
'python-cryptography'
|
||||||
'python-crypto'
|
'python-pyqt6'
|
||||||
'python-certifi'
|
|
||||||
'python-psutil'
|
|
||||||
'qtermwidget'
|
|
||||||
'freerdp')
|
'freerdp')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://polilabs.upv.es/uds/res/clients/$pkgname-$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://polilabs.upv.es/uds/res/clients/$pkgname-$pkgver.tar.gz")
|
||||||
sha256sums=('be3cf0b2299c16d229e43f4376060e43b4a579e347ae73faa54b8af351bd2ce3')
|
sha256sums=('f1082d62dc10b5cbd74f9613bfc6a9dbe79a5bd348ddf0fd13251bd6ed194d27')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "${pkgdir}/usr/lib/"
|
mkdir -p "${pkgdir}/usr/lib/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue