9df90f39e3
findnewest recursively scans the directories given on the command line and prints the UNIX timestamp (seconds since UNIX epoch) of the newest file found.
15 lines
405 B
Makefile
15 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/12/06 15:20:12 wiz Exp $
|
|
|
|
DISTNAME= findnewest-0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=0-wiz-0/}
|
|
GITHUB_RELEASE= ${DISTNAME}
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= https://github.com/0-wiz-0/findnewest/
|
|
COMMENT= Recursively find newest file in a hierarchy and print its timestamp
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|