18 lines
519 B
Bash
18 lines
519 B
Bash
# Template file for 'nasa-wallpaper'
|
|
pkgname=nasa-wallpaper
|
|
version=1.2
|
|
revision=1
|
|
noarch=yes
|
|
depends="curl jq wget"
|
|
short_desc="Change your desktop background with a NASA image"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
homepage="https://davidpob99.github.io/nasa-wallpaper/"
|
|
license="Apache-2.0"
|
|
distfiles="https://github.com/davidpob99/nasa-wallpaper/archive/${version}.tar.gz"
|
|
checksum=379f67e0708f43302a647d73da3737af879576991d7b2a4796a1e2b6b88320ac
|
|
|
|
do_install() {
|
|
vbin nasa-wallpaper
|
|
vman nasa-wallpaper.1
|
|
}
|