Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
nexedi
chromebrew
Commits
0e61f62b
Commit
0e61f62b
authored
7 years ago
by
Ed Reel
Browse files
Options
Download
Email Patches
Plain Diff
Add clean package
parent
31e448b2
nexedi
master
re6stnet-archive
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/clean.rb
+18
-0
packages/clean.rb
with
18 additions
and
0 deletions
+18
-0
packages/clean.rb
0 → 100644
+
18
-
0
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
Menu
Projects
Groups
Snippets
Help