在github搭建Arch软件仓库

计算机 arch Git linux 软件



	想搞一个Arch软件仓库。没钱买服务器,就想着扔到个代码托管网站。本来想用google code,结果SVN总是连不上,最后在github弄了个:pakkuman 。

	Arch的软件仓库构造简单,所以放git上也没啥难的。速度还不错,起码能达到100KB/s(以前github慢死了,现在好多了)。

	目前没啥特色,主要是验证一下想法。

	pacman.conf:

[pakkuman]
	Server = https://raw.github.com/cuihaoleo/pakkuman/master/$arch

	目前的软件包(随便找了几个以前编译的):

cuihao@cuihao-arch ~ $ pacman -Sl pakkuman
	pakkuman amule-dlp-hg 20111016-1 [已安装]
	pakkuman freetype2-git-infinality 2.4.99.git20111130-1 [已安装]
	pakkuman gtkqq-git 20111226-1 [已安装]
	pakkuman ibus-cloud-pinyin-svn 148-1 [已安装]
	pakkuman python-webqq-svn 15-1 [已安装]

__RAW_HTML__

Page created on 2011-12-26