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
5f61532e
Commit
5f61532e
authored
Mar 05, 2018
by
beliefless dogmasless
Committed by
Ed Reel
Mar 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Transmission package (#1920)
* Add files via upload * Update transmission.rb
parent
95a1dc01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
packages/transmission.rb
packages/transmission.rb
+34
-0
No files found.
packages/transmission.rb
0 → 100644
View file @
5f61532e
require
'package'
class
Transmission
<
Package
description
'A fast, easy, and free BitTorrent client. https://transmissionbt.com/'
homepage
'https://github.com/transmission/transmission-releases'
version
'2.93'
source_url
'https://github.com/transmission/transmission-releases/raw/master/transmission-2.93.tar.xz'
source_sha256
'8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b'
binary_url
({
})
binary_sha256
({
})
depends_on
'libevent'
depends_on
'openssl'
depends_on
'miniupnpc'
depends_on
'curl'
depends_on
'zlibpkg'
depends_on
'glib'
depends_on
'rtmpdump'
depends_on
'ctorrent'
def
self
.
build
system
"sh autogen.sh"
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
# the steps required to install the package
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