void-packages/srcpkgs/spacefm/template

21 lines
624 B
Plaintext

# Template file for 'spacefm'
pkgname=spacefm
version=0.8.4
revision=1
build_style=gnu-configure
makedepends="pkg-config intltool gtk+-devel startup-notification-devel
libudev-devel"
short_desc="Multi-panel tabbed file manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://ignorantguru.github.com/spacefm/"
distfiles="https://raw.github.com/IgnorantGuru/spacefm/master/packages/${version}/spacefm-${version}.tar.xz"
checksum=125a97fbfc52f5feb6bd29a7316afa4f166bf2994c39d7a78f84493d857e9977
spacefm_package() {
depends="hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove usr
}
}