void-packages/srcpkgs/spacefm/template

21 lines
629 B
Text
Raw Normal View History

2012-12-24 13:23:35 +00:00
# Template file for 'spacefm'
pkgname=spacefm
2013-10-23 09:03:23 +00:00
version=0.9.0
2012-12-24 13:23:35 +00:00
revision=1
build_style=gnu-configure
2013-10-23 09:03:23 +00:00
hostmakedepends="pkg-config intltool"
makedepends="gtk+-devel startup-notification-devel libudev-devel"
2012-12-24 13:23:35 +00:00
short_desc="Multi-panel tabbed file manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://ignorantguru.github.com/spacefm/"
2013-10-23 09:03:23 +00:00
distfiles="https://github.com/IgnorantGuru/spacefm/raw/pkg/${version}/spacefm-${version}.tar.xz"
checksum=a47861b395ee991bc56e367238f2c3070c308a2b635be1099b0a6d2eda0f1795
spacefm_package() {
depends="hicolor-icon-theme desktop-file-utils"
pkg_install() {
2013-10-23 09:03:23 +00:00
vmove all
}
}