Files
haikuports/haiku-apps/copynametoclipboard/copynametoclipboard-1.0.1.recipe
waddlesplash 4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00

44 lines
946 B
Bash

SUMMARY="A Tracker add-on to get the path to a file quick and easy"
DESCRIPTION="
This Tracker add-on allows you to get the path to one or more files, \
in different ways:
Holding SHIFT copies just the file name, and holding CTRL \
prints just one file name/path per line."
HOMEPAGE="https://github.com/HaikuArchives/CopyNameToClipboard"
COPYRIGHT="2000 Werner Freytag
2012 Humdinger"
LICENSE="MIT"
REVISION="3"
srcGitRev="1da1d52429db53f15c3debf817e982d9ce6346b4"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="0da82ec16782e98a1d3ba3016cd0de29aded11213ed2a77b939c085693372a98"
SOURCE_DIR="CopyNameToClipboard-$srcGitRev"
ARCHITECTURES="all"
PROVIDES="
copynametoclipboard = $portVersion
app:CopyNameToClipboard = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
make install INSTALL_DIR=$addOnsDir/Tracker
}