Skip to content

Commit

Permalink
devel/level-zero: Update WWW
Browse files Browse the repository at this point in the history
- Take maintainership
  • Loading branch information
sunpoet committed Jun 30, 2023
1 parent 5da4072 commit 67813bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 9 additions & 6 deletions devel/level-zero/Makefile
@@ -1,21 +1,24 @@
PORTNAME= level-zero
PORTVERSION= 1.12.0
DISTVERSIONPREFIX= v
DISTVERSION= 1.12.0
CATEGORIES= devel

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= oneAPI Level Zero Specification Headers and Loader
WWW= https://spec.oneapi.io/versions/latest/elements/l0/source/index.html
WWW= https://spec.oneapi.io/versions/latest/elements/l0/source/index.html \
https://github.com/oneapi-src/level-zero

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= cmake compiler:c++14-lang
USE_GITHUB= yes

USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= oneapi-src

post-extract:
@${ECHO_CMD} ${DISTVERSION:E} >${WRKSRC}/VERSION_PATCH
post-patch:
@${ECHO_CMD} ${PORTVERSION:E} > ${WRKSRC}/VERSION_PATCH

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions devel/level-zero/pkg-descr
@@ -1,5 +1,4 @@
Contains the following components of oneAPI:

oneAPI Level Zero contains the following components of oneAPI:
- Copies of the Level Zero Specification API C/C++ header files
- Level Zero Loader
- Level Zero Validation Layer

0 comments on commit 67813bf

Please sign in to comment.