upg mirage

add devdash
This commit is contained in:
joborun linux 2024-04-29 15:34:59 +03:00
parent eb275a35e1
commit 9aa0a0a58f
7 changed files with 85 additions and 4 deletions

44
devdash/PKGBUILD Normal file
View File

@ -0,0 +1,44 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcomm/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=devdash
pkgver=0.5.0
pkgrel=02
pkgdesc='Highly Configurable Terminal Dashboard for Developers w/o many examples '
url='https://github.com/Phantas0s/devdash'
makedepends=('go')
#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Phantas0s/devdash/archive/v${pkgver}.tar.gz")
#source=("https://github.com/Phantas0s/devdash/releases/download/v${pkgver}/${pkgname}_${pkgver}_Linux_${arch}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Phantas0s/devdash/archive/refs/tags/v${pkgver}.tar.gz")
build() {
cd ${pkgname}-${pkgver}
go build
}
package() {
cd ${pkgname}-${pkgver}
install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -d -m755 "${pkgdir}"/usr/share/doc/${pkgname}/examples/img/
install -Dm644 example/*.yml "${pkgdir}"/usr/share/doc/${pkgname}/examples/
install -Dm644 example/img/*.png "${pkgdir}"/usr/share/doc/${pkgname}/examples/img/
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('Apache')
md5sums=(d3a7af042f3deb25d88d27be76ed61f0) # devdash-0.5.0.tar.gz
b2sums=(fbaee120da261c2e073928a0e09218140033a7248459d214f5535e89a1ad5751fc1a6d107a316bd1a773ca6a9351458d156725bebbcb8ec668a42f1f89c5894c) # devdash-0.5.0.tar.gz
sha256sums=(633a0a599a230a93b7c4eeacdf79a91a2bb672058ef3d5aacce5121167df8d28) # devdash-0.5.0.tar.gz
## 9a8b50b6dd71976ea3e0cd97a8bd688c2fd15fb1874c74e53b1088f1a0a80a1c devdash-0.5.0-02-x86_64.pkg.tar.lz

27
devdash/PKGBUILD-aur Normal file
View File

@ -0,0 +1,27 @@
# Contributor: navigaid <navigaid@gmail.com>
pkgname=devdash
pkgver=0.5.0
pkgrel=1
pkgdesc='Highly Configurable Terminal Dashboard for Developers'
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/Phantas0s/devdash'
license=('Apache')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Phantas0s/devdash/archive/v${pkgver}.tar.gz")
b2sums=('d3a7af042f3deb25d88d27be76ed61f0')
build() {
cd ${pkgname}-${pkgver}
go build
}
package() {
cd ${pkgname}-${pkgver}
install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
}
# vim:set ts=2 sw=2 et:

1
devdash/clean Normal file
View File

@ -0,0 +1 @@
rm -rf {src,pkg,devdash*.tar.gz}

1
devdash/deps Normal file
View File

@ -0,0 +1 @@
go

6
devdash/time Normal file
View File

@ -0,0 +1,6 @@
real 0m45.767s
user 1m26.799s
sys 0m7.871s

View File

@ -7,13 +7,14 @@
pkgname=mirage
pkgver=0.11.1
pkgrel=05
pkgrel=06
_debian_pkgrel=1build4
pkgdesc="A fast and simple GTK+ Image Viewer"
url="https://gitlab.com/thomasross/mirage"
replaces=("${pkgname}-python3")
conflicts=("${pkgname}-python3")
depends=('python' 'gtk3' 'python-gobject' 'python-cairo' 'libgexiv2')
makedepends=(python gtk3 python-gobject python-cairo libgexiv2 at-spi2-core python-distutils-extra)
source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/thomasross/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
"${pkgname}-${pkgver}-${_debian_pkgrel}.debian.tar.xz::https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/${pkgname}/${pkgver}-${_debian_pkgrel}/${pkgname}_${pkgver}-${_debian_pkgrel}.debian.tar.xz"
"${pkgname}.patch"
@ -62,5 +63,5 @@ sha256sums=('2932f7e9e6a1da7785cae2664669eff6f12ca26163afb3d1a3c8e1cc3255e5ec'
'2de9c32689e1b0d2c559ea68b5eca4f0b37a53ddd8687b7a9c36b51c11ffee6b'
'485546cf69a018ff5580af3f8aef921fe99624034f9e1915958285f5d8524a4d')
## fee1a9e3b67df2deee570c19ad6057a9957582675bce2a8903cce0ba00472f04 mirage-0.11.1-05-x86_64.pkg.tar.lz
## feb65a3d8e7651477a021693df35d17c49376277a8e1f4f57f678297c96242b3 mirage-0.11.1-06-x86_64.pkg.tar.lz

View File

@ -3,6 +3,7 @@ gtk3
python-gobject
python-cairo
libgexiv2
at-spi2-core
python-distutils-extra