Browse Source

Rename to shellfu: update infra

Alois Mahdal 8 years ago
parent
commit
daf94094b7
3 changed files with 15 additions and 17 deletions
  1. 1
    1
      .gitignore
  2. 1
    1
      Makefile
  3. 13
    15
      mkit.ini

+ 1
- 1
.gitignore View File

@@ -1,3 +1,3 @@
1 1
 .mkit/autoclean
2
-ffoo-*.tar.gz
2
+shellfu-*.tar.gz
3 3
 tfkit-artifacts

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
1
-# ffoo - Fastfoo - Bash dot on steroids
1
+# Shellfu - Bash dot on steroids
2 2
 # See LICENSE file for copyright and license details.
3 3
 
4 4
 include config.mk

+ 13
- 15
mkit.ini View File

@@ -1,7 +1,7 @@
1 1
 
2 2
 [ENV]
3 3
 
4
-    PKGNAME = ffoo
4
+    PKGNAME = shellfu
5 5
     PROJNAME = Fastfoo
6 6
     PREFIX = /usr
7 7
 
@@ -36,27 +36,25 @@
36 36
     etc_bc  = /etc/bash_completion.d
37 37
 
38 38
 [vars]
39
-    __FFOO_DIR__ = [roots:share]/ffoo
39
+    __SHELLFU_DIR__ = [roots:share]/shellfu
40 40
 
41 41
 [files:bin]
42
-    src/bin/ffdoc                       = ffdoc
43
-    src/bin/ffrun                       = ffrun
44
-    src/bin/ffoom                       = ffoom
42
+    src/bin/shellfudoc                  = shellfudoc
43
+    src/bin/shellfu-get                 = shellfu-get
45 44
 
46 45
 [files:doc]
47
-    LICENSE                             = ffoo/LICENSE
48
-    README                              = ffoo/README
49
-    src/doc/examples/template.sh        = ffoo/examples/template.sh
50
-    src/doc/examples/test_something.sh  = ffoo/examples/test_something.sh
51
-    src/doc/ffoo.3.sh                   = ffoo/examples/ffoo.3.sh
46
+    LICENSE                             = shellfu/LICENSE
47
+    README                              = shellfu/README
48
+    src/doc/examples/template.sh        = shellfu/examples/template.sh
49
+    src/doc/examples/test_something.sh  = shellfu/examples/test_something.sh
50
+    src/doc/shellfu.3.sh                = shellfu/examples/shellfu.3.sh
52 51
 
53 52
 [files:etc_bc]
54
-    src/complete.bash                   = ffoo.bash
53
+    src/complete.bash                   = shellfu.bash
55 54
 
56 55
 [files:man]
57
-    src/doc/ffrun.1                     = man1/ffrun.1
58
-    src/doc/ffoo.3                      = man3/ffoo.3
56
+    src/doc/shellfu.3                   = man3/shellfu.3
59 57
 
60 58
 [files:share]
61
-    src/ffoo.sh                         = ffoo/ffoo.sh
62
-    src/include                         = ffoo/include
59
+    src/shellfu.sh                      = shellfu/shellfu.sh
60
+    src/include                         = shellfu/include