Added swc and friends
This commit is contained in:
		
							parent
							
								
									c11f6761d6
								
							
						
					
					
						commit
						5e2dcbb4e5
					
				
					 7 changed files with 163 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								pkgs/wld/..tar.xz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								pkgs/wld/..tar.xz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										22
									
								
								pkgs/wld/build.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								pkgs/wld/build.sh
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| pkgname=wld | ||||
| pkgver=master | ||||
| 
 | ||||
| fetch() { | ||||
| 	curl -L "https://github.com/michaelforney/wld/archive/refs/heads/master.tar.gz" -o $pkgname-$pkgver.tar.xz | ||||
| 	tar -xf $pkgname-$pkgver.tar.xz | ||||
| } | ||||
| 
 | ||||
| build() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	gmake PREFIX=/usr CC=cc | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	gmake install DESTDIR=$pkgdir PREFIX=/usr | ||||
| } | ||||
| 
 | ||||
| license() { | ||||
| 	cd $pkgname-$pkgver | ||||
| 	cat COPYING | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue