-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<title>Rudix</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="default.css">
<link rel="icon" href="rudix.png">
<center>
<img src="rudix.png" title="Rudix Logo" width="30%" height="30%">
<h1>Welcome to Rudix!</h1>
</center>
<p><strong>Rudix is a build system target on macOS</strong> with minor support to OpenBSD, FreeBSD, NetBSD and Linux.
The build system provides step-by-step instructions (called "ports") for building third-party software, entirely from source code.</p>
<p>Similar projects/alternatives to Rudix includes: <a href="https://brew.sh">Homebrew</a>, <a href="https://www.macports.org">MacPorts</a>, <a href="https://www.pkgsrc.org">pkgsrc</a> and <a href="https://finkproject.org">Fink</a>.
This project is hosted at <a href="https://github.com/rudix-mac/">GitHub/rudix-mac</a>.
Use the <a href="https://github.com/rudix-mac/rudix/issues">issue tracker</a> to submit bugs, request new ports or features.</p>
<hr>
<center>
<small>
©2005-2022 Rudá Moura (Rudix). All rights reserved.<br>Contact: Twitter <a href="https://twitter.com/__ruda__">@__ruda__</a>, EMail <a href="mailto:ruda.moura@gmail.com">ruda.moura@gmail.com</a>
</small>
</center>