Custom pkg repo error

Started by ptrzn, April 25, 2025, 04:51:47 PM

Previous topic - Next topic
Hello all, apologies if this was asked before - I tried to search but couldn't find the answer.

I made an OPNsense theme and a pkg repo but am not able to run pkg update:

pkg: https://pkg.froggle.org/unsense-repo/FreeBSD:14:amd64/packagesite.tzst: Not Found
My pkg config:

unsense: {
  url: "https://pkg.froggle.org/unsense-repo/${ABI}",
  priority: 10,
  enabled: yes
}

I tried setting PKG_REPO_COMPRESSION_FORMAT to tzst but it doesn't seem to get picked up by pkg-repo.

$ find work/pkg/
work/pkg/
work/pkg/packagesite.txz
work/pkg/meta.conf
work/pkg/packagesite.pkg
work/pkg/meta.pkg
work/pkg/meta.txz
work/pkg/os-theme-unsense-0.5.1.pkg


$ cat work/pkg/meta.conf
version = 2;
packing_format = "txz";
manifests = "packagesite.yaml";
filesite = "filesite.yaml";
manifests_archive = "packagesite";
filesite_archive = "filesite";


The build is being run on current opnsense.

Any help or pointers on this would be much appreciated!

Thank you.
Peter