https://github.com/pgsty/deb
PostgreSQL Extension Deb Packages maintained by Pigsty
https://github.com/pgsty/deb
deb debian extension packaging postgresql ubuntu
Last synced: about 2 months ago
JSON representation
PostgreSQL Extension Deb Packages maintained by Pigsty
- Host: GitHub
- URL: https://github.com/pgsty/deb
- Owner: pgsty
- License: apache-2.0
- Created: 2024-11-24T01:50:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-24T08:32:51.000Z (2 months ago)
- Last Synced: 2025-12-25T18:44:27.909Z (2 months ago)
- Topics: deb, debian, extension, packaging, postgresql, ubuntu
- Language: Makefile
- Size: 987 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PGSTY Deb Package Builder
Extensions Building Scripts for PostgreSQL 13 - 18 on Debian 12/13 Ubuntu 22/24.
- [Pigsty PGSQL Repo](https://pgext.cloud/repo/pgsql)
- [DEB Change Log](https://pgext.cloud/release/deb)
## Use with pig
You can build extension DEBs with [pig](https://pgext.cloud/pig).
```bash
curl https://repo.pigsty.cc/pig | bash -s 0.7.5
pig build repo
pig build tool
pig build spec # <--- get this repo, setup building environment
pig build rust
pig build pgrx
# then build packages
pig build pkg timescaledb
pig build pkg pg_search
```
## Signature
All Deb Packages are signed with GPG key `9592A7BC7A682E7333376E09E7935D8DB9BD8B20` (`B9BD8B20` [Public key](KEYS))
## License
Maintainer: Ruohang Feng / [@Vonng](https://vonng.com/en/) ([rh@vonng.com](mailto:rh@vonng.com))
License: [Apache-2.0](LICENSE)