New package: tekaim-1.5.0
Closes: #12500 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
554a0a9773
commit
395eaca91f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/tekaim/template
Normal file
20
srcpkgs/tekaim/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'tekaim'
|
||||
pkgname=tekaim
|
||||
version=1.5.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3"
|
||||
depends="python3 curl maim xclip"
|
||||
short_desc="Simple tool to take and upload screenshots to teknik.io"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
homepage="https://github.com/IvanFon/tekaim"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/IvanFon/tekaim/releases/download/${version}/tekaim-${version}.tar.gz"
|
||||
checksum=e5a2af6d1838860f301ced56b8d0c6ded94c75ae727ecd4d8fe742ea5bb80367
|
||||
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/tekaim
|
||||
mv ${DESTDIR}/usr/config.json ${DESTDIR}/usr/share/tekaim/
|
||||
}
|
Loading…
Reference in a new issue