diff --git a/haiku-data/wallpaper_unsplash/wallpaper_unsplash-0.1.recipe b/haiku-data/wallpaper_unsplash/wallpaper_unsplash-0.1.recipe new file mode 100644 index 000000000..5c65066a7 --- /dev/null +++ b/haiku-data/wallpaper_unsplash/wallpaper_unsplash-0.1.recipe @@ -0,0 +1,32 @@ +SUMMARY="A nice selection of wallpapers with a friendly license" +DESCRIPTION="Nice wallpapers from unsplash.com" +HOMEPAGE="https://unsplash.com" +COPYRIGHT="Various Authors" +LICENSE="Public Domain" +REVISION="1" +SOURCE_URI="https://github.com/haiku/wallpaper/releases/download/v$portVersion/unsplash.tar.gz" +CHECKSUM_SHA256="71495e674b8a971e58cce79c0a826fc724fb2504c4c58b13e8493d8b261713e4" +SOURCE_DIR="unsplash" + +ARCHITECTURES="any" +DISABLE_SOURCE_PACKAGE="yes" + +PROVIDES=" + wallpaper_unsplash = $portVersion + " +REQUIRES="" + +BUILD_REQUIRES="" +BUILD_PREREQUIRES="cmd:cp" + +BUILD() +{ + true +} + +INSTALL() +{ + wallpaperDir=$dataDir/artwork/wallpaper/unsplash + mkdir -p $wallpaperDir + cp * -R $wallpaperDir +}