mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
wallpaper_unsplash: Add a small package of friendly wallpaper
This commit is contained in:
32
haiku-data/wallpaper_unsplash/wallpaper_unsplash-0.1.recipe
Normal file
32
haiku-data/wallpaper_unsplash/wallpaper_unsplash-0.1.recipe
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user