Skip to content

Instantly share code, notes, and snippets.

@thoughtpolice
Created July 22, 2011 02:50
Show Gist options
  • Save thoughtpolice/1098790 to your computer and use it in GitHub Desktop.
Save thoughtpolice/1098790 to your computer and use it in GitHub Desktop.
IT LIIIIIIVESS, kinda
21:49:39 a@kratos ur-openid $ cat build.urpkg
# -*- Perl -*-
name 'openid';
version '0.0.0';
author 'Adam Chlipala <adam@chlipala.net>';
maintainer 'Adam Chlipala <adam@chlipala.net>';
license 'BSD3';
description 'OpenID authentication for Ur/Web';
homepage 'http://hg.impredicative.com/openid';
bug_tracker 'www.impredicative.com/mantis/';
install sub {
$system->("./configure --prefix=$prefix");
$system->("make install");
};
21:49:41 a@kratos ur-openid $ urpkg install
[!] Creating initial ~/.urpkg hierarchy
[+] Found Ur/Web compiler at /usr/local/bin/urweb
[!] Loading build.urpkg...
[*] ==> ./configure --prefix=/Users/a/.urpkg/pkg/openid/0.0.0
[*] ==> make install
[+] Done
21:49:51 a@kratos ur-openid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment