Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
fd08e321
Commit
fd08e321
authored
Feb 19, 2021
by
saltedcoffii
Committed by
GitHub
Feb 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[New Package] miscfiles (#5180)
* [New Package] miscfiles
parent
43b157ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
packages/miscfiles.rb
packages/miscfiles.rb
+18
-0
No files found.
packages/miscfiles.rb
0 → 100644
View file @
fd08e321
require
'package'
class
Miscfiles
<
Package
description
'A collection of files not of crucial importance for system administration or operation, but which have come to be common on various systems over the years.'
homepage
'https://www.gnu.org/software/miscfiles/'
version
'1.5'
compatibility
'all'
source_url
'https://ftpmirror.gnu.org/miscfiles/miscfiles-1.5.tar.gz'
source_sha256
'6aaaa8898b0f6dac18bcaa5492874a6cd1243ffbe7a6dd347ca8f3ec3642a500'
def
self
.
build
system
"./configure
#{
CREW_OPTIONS
}
"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment