.SRCINFO generated

This commit is contained in:
Zeioth 2022-04-10 20:24:22 +02:00
parent b1d537d413
commit f8a222db30
2 changed files with 15 additions and 16 deletions

View file

@ -1,18 +1,17 @@
pkgbase = wofi-calc-git pkgbase = wofi-calc
pkgdesc = A simple calculator for wofi, inspired in rofi-calc. pkgdesc = A simple calculator for wofi, inspired in rofi-calc.
pkgver = 1.0 pkgver = 1.0.r17.56372a9
pkgrel = 1 pkgrel = 1
url = https://github.com/Zeioth/wofi-calc.git url = https://github.com/Zeioth/wofi-calc.git
arch = x86_64 arch = any
arch = i686
license = MIT license = MIT
makedepends = wofi makedepends = wofi
makedepends = libqalculate makedepends = libqalculate
depends = wofi depends = wofi
depends = libqalculate depends = libqalculate
provides = wofi-calc-git provides = wofi-calc-git
conflicts = wofi-calc conflicts = wofi-calc-git
source = git+https://github.com/Zeioth/wofi-calc.git source = https://raw.githubusercontent.com/Zeioth/wofi-calc/main/wofi-calc.sh
md5sums = SKIP md5sums = db674463102b04493962f4ed1f3d73fa
pkgname = wofi-calc-git pkgname = wofi-calc

View file

@ -4,12 +4,12 @@
# then please put 'unknown'. # then please put 'unknown'.
# Maintainer: Adrian Lopez <zeioth@hotmail.com> # Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=wofi-calc-git pkgname=wofi-calc
pkgver=1.0 pkgver=1.0.r17.56372a9
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="A simple calculator for wofi, inspired in rofi-calc." pkgdesc="A simple calculator for wofi, inspired in rofi-calc."
arch=(x86_64 i686) arch=(any)
url="https://github.com/Zeioth/wofi-calc.git" url="https://github.com/Zeioth/wofi-calc.git"
license=('MIT') license=('MIT')
groups=() groups=()
@ -18,15 +18,15 @@ makedepends=(wofi libqalculate)
checkdepends=() checkdepends=()
optdepends=() optdepends=()
provides=(wofi-calc-git) provides=(wofi-calc-git)
conflicts=(wofi-calc) conflicts=(wofi-calc-git)
replaces=() replaces=()
backup=() backup=()
options=() options=()
install= install=
changelog= changelog=
source=("git+$url") source=("https://raw.githubusercontent.com/Zeioth/wofi-calc/main/wofi-calc.sh")
noextract=() noextract=()
md5sums=('SKIP') md5sums=('db674463102b04493962f4ed1f3d73fa')
validpgpkeys=() validpgpkeys=()
pkgver() { pkgver() {
@ -35,6 +35,6 @@ pkgver() {
} }
package() { package() {
cp "${srcdir}"/wofi-calc/wofi-calc.sh ~/.local/bin/wofi-calc sudo cp "${srcdir}"/wofi-calc/wofi-calc.sh /usr/bin/wofi-calc
chmod u+x ~/.local/bin/wofi-calc sudo chmod u+x /usr/bin/wofi-calc
} }