mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: python3-msoffcrypto-tool-4.10.0
This commit is contained in:
parent
3c85ffe7ef
commit
0959a88a12
2 changed files with 29 additions and 0 deletions
1
srcpkgs/msoffcrypto-tool
Symbolic link
1
srcpkgs/msoffcrypto-tool
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python3-msoffcrypto-tool
|
28
srcpkgs/python3-msoffcrypto-tool/template
Normal file
28
srcpkgs/python3-msoffcrypto-tool/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template file for 'python3-msoffcrypto-tool'
|
||||||
|
pkgname=python3-msoffcrypto-tool
|
||||||
|
version=4.10.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="msoffcrypto-tool-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="msoffcrypto"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-olefile python3-cryptography"
|
||||||
|
short_desc="Python3 library for decrypting MS Office files"
|
||||||
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/nolze/msoffcrypto-tool"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=546a97e991e00e8c39d90b334f738ff7a8e23e2450c0ba0aafeff0a24258ce7f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
msoffcrypto-tool_package() {
|
||||||
|
short_desc="${short_desc/library/tool}"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue