Posts

Showing posts from May, 2023

Learning how to make a GhostBSD Package from 4 files

    https://docs.freebsd.org/en/books/porters-handbook/quick-porting/ Quick Porting chapter 3 https://docs.freebsd.org/en/books/porters-handbook/index.html   Index to Handbook https://man.freebsd.org/cgi/man.cgi?query=pkg-create&sektion=8&format=html pkg-create manuel to read about keywords, -- a utility for creating software package distributions   Look at a previously made package GBI GhostBSD Installer as an example. GBI, uses Python Language source files, and pc-sysinstall shell script files:   pkg info -R gbi >gbi_pkg-plist.txt   name: "gbi" origin: "sysutils/gbi" version: "10.0.1" comment: "GBI is the GhostBSD front end user interface for pc-sysinstall." maintainer: "ericturgeon@ghostbsd.org" www: "https://github.com/GhostBSD/gbi/" abi: "FreeBSD:13:amd64"Pkpkg arch: "freebsd:13:x86:64" prefix: "/usr/local" flatsize: 2279953 timestamp: 1684522894 licenselogic: "single"