Skip to content

Commit

Permalink
Add words-darkcode
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Aug 14, 2012
1 parent cb0fee5 commit ed983b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,3 +16,4 @@ dwm
otf-adobe-garamond-pro/adobe-garamond-pro-regular.otf
otf-gill-sans-std/gill-sans-std.otf
irssi-script-*/*.pl
words-darkcode/darkc0de.lst
19 changes: 19 additions & 0 deletions words-darkcode/PKGBUILD
@@ -0,0 +1,19 @@
# Maintainer: Tom Vincent <http://tlvince.com/contact/>

pkgname=words-darkcode
pkgver=0.1
pkgrel=1
pkgdesc="darkc0de wordlist"
url=""
arch=("any")
license=("unknown")
source=("darkc0de.lst")
md5sums=('0f2714b4c591c63d7c0fb7e6ff64c6fa')

build() {
msg "Nothing to build"
}

package() {
install -D -m664 "${startdir}/darkc0de.lst" "${pkgdir}/usr/share/dict/darkcode"
}

0 comments on commit ed983b1

Please sign in to comment.