diff options
Diffstat (limited to 'internal/rosa/fakeroot.go')
| -rw-r--r-- | internal/rosa/fakeroot.go | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/internal/rosa/fakeroot.go b/internal/rosa/fakeroot.go deleted file mode 100644 index baf3c530..00000000 --- a/internal/rosa/fakeroot.go +++ /dev/null @@ -1,56 +0,0 @@ -package rosa - -import "hakurei.app/internal/pkg" - -func (t Toolchain) newFakeroot() (pkg.Artifact, string) { - const ( - version = "1.37.2" - checksum = "4ve-eDqVspzQ6VWDhPS0NjW3aSenBJcPAJq_BFT7OOFgUdrQzoTBxZWipDAGWxF8" - ) - return t.NewPackage("fakeroot", version, newFromGitLab( - "salsa.debian.org", - "clint/fakeroot", - "upstream/"+version, - checksum, - ), &PackageAttr{ - Patches: []KV{ - {"remove-broken-docs", `diff --git a/doc/Makefile.am b/doc/Makefile.am -index f135ad9..85c784c 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am -@@ -1,5 +1,4 @@ - AUTOMAKE_OPTIONS=foreign --SUBDIRS = de es fr nl pt ro sv - - man_MANS = faked.1 fakeroot.1 - -`}, - }, - - Env: []string{ - "CONFIG_SHELL=/bin/sh", - }, - }, &MakeHelper{ - Generate: "./bootstrap", - - // makes assumptions about /etc/passwd - SkipCheck: true, - }, - Automake, - Libtool, - PkgConfig, - - Attr, - Libcap, - KernelHeaders, - ), version -} -func init() { - native.mustRegister(Toolchain.newFakeroot, &Metadata{ - Name: "fakeroot", - Description: "tool for simulating superuser privileges", - Website: "https://salsa.debian.org/clint/fakeroot", - - ID: 12048, - }) -} |
