devtodo: initial release.
This commit is contained in:
parent
2d1a6a1b93
commit
9b96ba0f02
20
devtodo/.footprint
Normal file
20
devtodo/.footprint
Normal file
@ -0,0 +1,20 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/devtodo
|
||||
lrwxrwxrwx root/root usr/bin/tda -> devtodo
|
||||
lrwxrwxrwx root/root usr/bin/tdd -> devtodo
|
||||
lrwxrwxrwx root/root usr/bin/tde -> devtodo
|
||||
lrwxrwxrwx root/root usr/bin/tdl -> devtodo
|
||||
lrwxrwxrwx root/root usr/bin/tdr -> devtodo
|
||||
lrwxrwxrwx root/root usr/bin/todo -> devtodo
|
||||
drwxr-xr-x root/root usr/etc/
|
||||
-rw-r--r-- root/root usr/etc/todorc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/devtodo.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/tda.1.gz -> devtodo.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/tdd.1.gz -> devtodo.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/tde.1.gz -> devtodo.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/tdl.1.gz -> devtodo.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/tdr.1.gz -> devtodo.1.gz
|
||||
lrwxrwxrwx root/root usr/man/man1/todo.1.gz -> devtodo.1.gz
|
1
devtodo/.md5sum
Normal file
1
devtodo/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4a6241437cb56f237f850bcd2233c3c4 devtodo-0.1.20.tar.gz
|
17
devtodo/Pkgfile
Normal file
17
devtodo/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: command line application for maintaining lists of tasks
|
||||
# URL: http://swapoff.org/DevTodo
|
||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||
|
||||
name=devtodo
|
||||
version=0.1.20
|
||||
release=1
|
||||
source=(http://swapoff.org/files/$name/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user