mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: mimeo-2018.12
This commit is contained in:
parent
c74aa84d70
commit
d820e72d91
1 changed files with 19 additions and 0 deletions
19
srcpkgs/mimeo/template
Normal file
19
srcpkgs/mimeo/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'mimeo'
|
||||||
|
pkgname=mimeo
|
||||||
|
version=2018.12
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="Mimeo.py"
|
||||||
|
hostmakedepends="python3"
|
||||||
|
depends="python3-xdg"
|
||||||
|
short_desc="Open files by MIME-type or file name using regular expressions"
|
||||||
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://xyne.archlinux.ca/projects/mimeo/"
|
||||||
|
distfiles="${homepage}/src/mimeo-${version}.tar.xz"
|
||||||
|
checksum=686e4438c4d9d49bfb241056da2dc36580f931781b73ee480d2e67141dc750ae
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vbin mimeo
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue