-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
<hr>This is an automatic backport of pull request #1957 done by [Mergify](https://mergify.com).
- Loading branch information
1 parent
5dc80ca
commit 02c16bf
Showing
4 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include ../../../adm/root.mk | ||
include ../../layer_wrapper.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
include ../../../adm/root.mk | ||
include ../../package.mk | ||
|
||
export NAME=pg_uuidv7 | ||
export VERSION=1.6.0 | ||
export EXTENSION=tar.gz | ||
export CHECKTYPE=MD5 | ||
export CHECKSUM=be762db1c4b017ec83d0aa6023c88e3e | ||
DESCRIPTION=\ | ||
A tiny Postgres extension to create valid version 7 UUIDs in Postgres | ||
WEBSITE=https://pgxn.org/dist/pg_uuidv7/ | ||
LICENSE=Mozilla Public License Version 2.0 | ||
|
||
all:: $(PREFIX)/lib/postgresql/pg_uuidv7.so | ||
|
||
$(PREFIX)/lib/postgresql/pg_uuidv7.so: | ||
$(MAKE) --file=../../Makefile.standard PREFIX=$(PREFIX) download uncompress build install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/fboulnois/pg_uuidv7/archive/refs/tags/v1.6.0.tar.gz |