15 lines
433 B
Text
15 lines
433 B
Text
# Template file for 'void-artwork'
|
|
pkgname=void-artwork
|
|
version=20141219
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="Void Linux artwork"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="Public domain"
|
|
homepage="http://www.voidlinux.eu"
|
|
|
|
do_install() {
|
|
vinstall ${FILESDIR}/splash.png 644 usr/share/void-artwork
|
|
vinstall ${FILESDIR}/splashwhite.png 644 usr/share/void-artwork
|
|
vinstall ${FILESDIR}/void-logo.png 644 usr/share/void-artwork
|
|
}
|