mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
simple-mtpfs: cleanup.
This commit is contained in:
parent
2cbe87a8bc
commit
fe956aff26
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'simple-mtpfs'
|
# Template file for 'simple-mtpfs'
|
||||||
pkgname=simple-mtpfs
|
pkgname=simple-mtpfs
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake"
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="fuse-devel libmtp-devel"
|
makedepends="fuse-devel libmtp-devel"
|
||||||
short_desc="A FUSE filesystem that supports reading/writing from MTP devices"
|
short_desc="FUSE filesystem that supports reading/writing from MTP devices"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/phatina/simple-mtpfs/"
|
homepage="https://github.com/phatina/simple-mtpfs/"
|
||||||
distfiles="https://github.com/phatina/simple-mtpfs/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/phatina/simple-mtpfs/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491
|
checksum=5556cae4414254b071d79ce656cce866b42fd7ba40ce480abfc3ba4e357cd491
|
||||||
|
|
Loading…
Add table
Reference in a new issue