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
0e61f62b
Commit
0e61f62b
authored
7 years ago
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clean package
parent
31e448b2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
packages/clean.rb
packages/clean.rb
+18
-0
No files found.
packages/clean.rb
0 → 100644
View file @
0e61f62b
require
'package'
class
Clean
<
Package
description
'Clean is a program that searches for files identified by regular expressions and deletes them'
homepage
'https://sourceforge.net/projects/clean/'
version
'3.4'
source_url
'http://downloads.sourceforge.net/project/clean/clean/3.4/clean-3.4.tar.bz2'
source_sha256
'761f3a9e1ed50747b6a62a8113fa362a7cc74d359ac6e8e30ba6b30d59115320'
def
self
.
build
system
"make"
end
def
self
.
install
system
"install -Dm755 -s clean
#{
CREW_DEST_PREFIX
}
/bin/clean"
system
"install -Dm644 clean.1
#{
CREW_DEST_PREFIX
}
/share/man/man1/clean.1"
end
end
This diff is collapsed.
Click to expand it.
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