From 547d8d3f7bfef2e72519b1f07e9dbd9a470be2a6 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Thu, 20 Sep 2018 01:44:39 +0000 Subject: [PATCH] wallpaper_unsplash: Add a small package of friendly wallpaper --- .../wallpaper_unsplash-0.1.recipe | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 haiku-data/wallpaper_unsplash/wallpaper_unsplash-0.1.recipe 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 +}